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 4df4c5c commit 2ae4641Copy full SHA for 2ae4641
package.json
@@ -3,6 +3,8 @@
3
"version": "0.0.7",
4
"description": " Modern DOM helpers library written only in es6",
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