Fixes incorrect dependency notation

Locks dependencies down to:
  - topojson version 1
  - d3 version 3

As described in the docs
This commit is contained in:
Christian Naths 2018-08-25 15:14:22 -06:00 committed by GitHub
parent 801ccb28e5
commit 1a388e7c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
"gulp-replace": "~0.3.0"
},
"dependencies": {
"topojson": ">=1.4.6",
"d3": ">=3.3.13"
"topojson": "^1.4.6",
"d3": "^3.3.13"
}
}