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 cd37473 commit 90ce602Copy full SHA for 90ce602
.gitignore
@@ -7,3 +7,5 @@ coverage/
7
npm-shrinkwrap.json
8
package-lock.json
9
yarn.lock
10
+
11
+.npmignore
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"sideEffects": false,
"scripts": {
+ "prepack": "npmignore --auto --commentLines=autogenerated",
"lint": "eslint --ext=js,mjs .",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*'",
@@ -29,9 +30,16 @@
29
30
"available-typed-arrays": "^1.0.7",
31
"eslint": "=8.8.0",
32
"for-each": "^0.3.5",
33
+ "npmignore": "^0.3.1",
34
"nyc": "^10.3.2",
35
"tape": "^5.9.0"
36
},
37
+ "publishConfig": {
38
+ "ignore": [
39
+ ".github/workflows",
40
+ "test"
41
+ ]
42
+ },
43
"engines": {
44
"node": ">= 0.4"
45
}
0 commit comments