We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040a77d commit b459457Copy full SHA for b459457
package.json
@@ -4,6 +4,7 @@
4
"description": "Modern images loader helpers written in es2015 using generators and promises",
5
"main": "index.js",
6
"jsnext:main": "index.next.js",
7
+ "module": "index.next.js",
8
"scripts": {
9
"prepublish": "npm run build && npm test",
10
"lint": "eslint index.next.js test.js rollup.config.js",
0 commit comments