Skip to content

Commit

Permalink
fix(package.json): adding module
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Feb 6, 2022
1 parent e31e434 commit e6364e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"url": "https://github.com/usablica/intro.js"
},
"main": "intro.js",
"module": "intro.module.js",
"scripts": {
"prettier": "prettier --write '(src|tests)/**/*.(js|ts|json|html)' '!tests/cypress/setup/dist'",
"test": "run-p test:prettier test:jest test:jshint test:cypress",
Expand Down

0 comments on commit e6364e4

Please sign in to comment.