Fixes incorrect dependency notation
Locks dependencies down to: - topojson version 1 - d3 version 3 As described in the docs
This commit is contained in:
parent
801ccb28e5
commit
1a388e7c4a
@ -29,7 +29,7 @@
|
|||||||
"gulp-replace": "~0.3.0"
|
"gulp-replace": "~0.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"topojson": ">=1.4.6",
|
"topojson": "^1.4.6",
|
||||||
"d3": ">=3.3.13"
|
"d3": "^3.3.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user