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.
npmignore
1 parent 7cfa0da commit 597be5aCopy full SHA for 597be5a
.gitignore
@@ -4,3 +4,5 @@ node_modules
4
npm-shrinkwrap.json
5
package-lock.json
6
yarn.lock
7
+
8
+.npmignore
package.json
@@ -5,6 +5,7 @@
"browser": "browser.js",
"main": "index.js",
"scripts": {
+ "prepack": "npmignore --auto --commentLines=autogenerated",
9
"lint": "eslint --ext=js,mjs .",
10
"pretest": "npm run lint",
11
"test": "npm run tests-only",
@@ -41,8 +42,14 @@
41
42
"@ljharb/eslint-config": "^21.1.1",
43
"eslint": "=8.8.0",
44
"hash-test-vectors": "^1.3.2",
45
+ "npmignore": "^0.3.1",
46
"tape": "^5.9.0"
47
},
48
+ "publishConfig": {
49
+ "ignore": [
50
+ ".github/workflows"
51
+ ]
52
+ },
53
"engines": {
54
"node": ">= 0.8"
55
}
0 commit comments