Skip to content

Commit 24ad38a

Browse files
author
Michelle Tilley
authored
Merge pull request #23 from christiannaths/master
Fixes incorrect dependency notation
2 parents 801ccb2 + 1a388e7 commit 24ad38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"gulp-replace": "~0.3.0"
3030
},
3131
"dependencies": {
32-
"topojson": ">=1.4.6",
33-
"d3": ">=3.3.13"
32+
"topojson": "^1.4.6",
33+
"d3": "^3.3.13"
3434
}
3535
}

0 commit comments

Comments
 (0)