Skip to content

Commit 5608bca

Browse files
committed
Add module entry. Related rollup/rollup-plugin-node-resolve#48.
1 parent 4d52db8 commit 5608bca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222
],
2323
"main": "build/d3-geo-projection.js",
24+
"module": "index",
2425
"jsnext:main": "index",
2526
"repository": {
2627
"type": "git",
@@ -41,7 +42,7 @@
4142
"d3-format": "1",
4243
"eslint": "2",
4344
"package-preamble": "0.0",
44-
"rollup": "0.33",
45+
"rollup": "0.34",
4546
"tape": "4",
4647
"topojson": "1",
4748
"uglify-js": "2"

0 commit comments

Comments
 (0)