Merge pull request #23 from christiannaths/master

Fixes incorrect dependency notation
This commit is contained in:
Michelle Tilley 2018-10-30 11:45:49 -07:00 committed by GitHub
commit 24ad38a824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
} }
} }