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

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Dec 4, 2018
1 parent 72f740e commit 5a7fc64
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 263 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-loader",
"version": "3.0.1",
"version": "3.1.0",
"description": "Network request and file loading utilities.",
"keywords": [
"vega",
Expand Down Expand Up @@ -36,15 +36,15 @@
"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.0.8",
"d3-time-format": "^2.1.1",
"node-fetch": "^2.1.2",
"d3-dsv": "^1.0.10",
"d3-time-format": "^2.1.3",
"node-fetch": "^2.3.0",
"topojson-client": "^3.0.0",
"vega-util": "^1.7.0"
},
"devDependencies": {
"eslint": "4",
"rollup": "0.60.4",
"eslint": "5",
"rollup": "0.67.4",
"tape": "4",
"uglify-js": "3"
},
Expand Down
Loading

0 comments on commit 5a7fc64

Please sign in to comment.