Skip to content

Commit 2ae4641

Browse files
added: the source files path into the package.json file
1 parent 4df4c5c commit 2ae4641

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.0.7",
44
"description": " Modern DOM helpers library written only in es6",
55
"main": "index.js",
6+
"jsnext:main": "index.next.js",
7+
"module": "index.next.js",
68
"scripts": {
79
"prepublish": "npm run build && npm test",
810
"lint": "eslint index.next.js test.js rollup.config.js",

0 commit comments

Comments
 (0)