Skip to content

Commit b459457

Browse files
added: the source files path into the package.json file
1 parent 040a77d commit b459457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Modern images loader helpers written in es2015 using generators and promises",
55
"main": "index.js",
66
"jsnext:main": "index.next.js",
7+
"module": "index.next.js",
78
"scripts": {
89
"prepublish": "npm run build && npm test",
910
"lint": "eslint index.next.js test.js rollup.config.js",

0 commit comments

Comments
 (0)