Skip to content

Commit

Permalink
Include index.html in NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
rigon committed Feb 8, 2024
1 parent ba6bbd1 commit 410ddc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dialog"
],
"license": "MIT",
"version": "1.5.4",
"version": "1.5.5",
"scripts": {
"dist": "mkdir dist && uglifyjs --compress --mangle -- bootpopup.js > dist/bootpopup.min.js",
"lint": "eslint bootpopup.js",
Expand All @@ -21,7 +21,8 @@
"start": "nodemon --watch bootpopup.js --exec 'npm run dist && npm run serve'"
},
"files": [
"dist/bootpopup.min.js"
"dist/bootpopup.min.js",
"index.html"
],
"peerDependencies": {
"bootstrap": "^3.4.1",
Expand Down

0 comments on commit 410ddc1

Please sign in to comment.