Merge pull request #23 from christiannaths/master
Fixes incorrect dependency notation
This commit is contained in:
commit
24ad38a824
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user