Skip to content

Commit

Permalink
fix(module): Include dist folder in package and use main.bundle.js as…
Browse files Browse the repository at this point in the history
… only entry point
  • Loading branch information
zenflow committed Mar 2, 2018
1 parent 00e8f4a commit 9e64775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"repository": "zenflow/sweetalert2-react-content",
"description": "Dynamic content in SweetAlert2, the React way",
"main": "dist/main.bundle.js",
"jsnext:main": "src/main.js",
"jsnext:main": "dist/main.bundle.js",
"files": [
"dist/**"
"dist"
],
"scripts": {
"dev:tests": "karma start karma.conf.js",
Expand Down

0 comments on commit 9e64775

Please sign in to comment.