We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3c11d commit 329e1f5Copy full SHA for 329e1f5
2 files changed
.npmignore
package.json
@@ -12,6 +12,14 @@
12
"dependency-check": "dependency-check --no-dev . browser.js",
13
"prepublishOnly": "npm run dependency-check"
14
},
15
+ "files": [
16
+ "browser.js",
17
+ "level.js",
18
+ "CHANGELOG.md",
19
+ "CONTRIBUTORS.md",
20
+ "LICENSE.md",
21
+ "UPGRADING.md"
22
+ ],
23
"browser": "browser.js",
24
"dependencies": {
25
"level-js": "^6.0.0",
0 commit comments