Skip to content

Commit b26e022

Browse files
committed
Fix topojson dependency. Fixes topojson#7.
1 parent f4319d9 commit b26e022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"url": "http://github.com/mbostock/world-atlas.git"
1717
},
1818
"devDependencies": {
19-
"topojson": "1"
19+
"topojson": ">=1.6.2 <2"
2020
}
2121
}

0 commit comments

Comments
 (0)