Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed May 4, 2018
1 parent 7098a40 commit ff3fcee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
},
"scripts": {
"build": "npm run test && uglifyjs build/vega-loader.js -c -m -o build/vega-loader.min.js",
"pretest": "rm -rf build && mkdir build&& rollup -f umd -g d3-dsv:d3,d3-request:d3,d3-time-format:d3,vega-util:vega,topojson-client:topojson -n vega -o build/vega-loader.js -- index.js",
"pretest": "rm -rf build && mkdir build&& rollup -f umd -g d3-dsv:d3,d3-time-format:d3,vega-util:vega,topojson-client:topojson -n vega -o build/vega-loader.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test",
"prepublish": "npm run build",
"postpublish": "git push && git push --tags && zip -j build/vega-loader.zip -- LICENSE README.md build/vega-loader.js build/vega-loader.min.js"
},
"dependencies": {
"d3-dsv": "1",
"d3-time-format": "2",
"node-fetch": "2",
"topojson-client": "3",
"vega-util": "1"
"d3-dsv": "^1.0.8",
"d3-time-format": "^2.1.1",
"node-fetch": "^2.1.2",
"topojson-client": "^3.0.0",
"vega-util": "^1.7.0"
},
"devDependencies": {
"eslint": "4",
"rollup": "0.43",
"rollup": "0.58.2",
"tape": "4",
"uglify-js": "3"
},
Expand Down

0 comments on commit ff3fcee

Please sign in to comment.