Skip to content

Commit e6364e4

Browse files
committed
fix(package.json): adding module
1 parent e31e434 commit e6364e4

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
@@ -18,6 +18,7 @@
1818
"url": "https://github.com/usablica/intro.js"
1919
},
2020
"main": "intro.js",
21+
"module": "intro.module.js",
2122
"scripts": {
2223
"prettier": "prettier --write '(src|tests)/**/*.(js|ts|json|html)' '!tests/cypress/setup/dist'",
2324
"test": "run-p test:prettier test:jest test:jshint test:cypress",

0 commit comments

Comments
 (0)