Skip to content

Commit

Permalink
Add files to package.json and remove .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 17, 2021
1 parent 0b3c11d commit 329e1f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"dependency-check": "dependency-check --no-dev . browser.js",
"prepublishOnly": "npm run dependency-check"
},
"files": [
"browser.js",
"level.js",
"CHANGELOG.md",
"CONTRIBUTORS.md",
"LICENSE.md",
"UPGRADING.md"
],
"browser": "browser.js",
"dependencies": {
"level-js": "^6.0.0",
Expand Down

0 comments on commit 329e1f5

Please sign in to comment.