There was an error while loading. Please reload this page.
npmignore
1 parent 4f8b57c commit f03b524Copy full SHA for f03b524
.gitignore
@@ -20,3 +20,5 @@ node_modules
20
npm-shrinkwrap.json
21
package-lock.json
22
yarn.lock
23
+
24
+.npmignore
package.json
@@ -29,10 +29,12 @@
29
"@ljharb/eslint-config": "^21.0.0",
30
"covert": "^1.1.1",
31
"eslint": "=8.8.0",
32
+ "npmignore": "^0.3.0",
33
"tape": "^5.5.3"
34
},
35
"license": "MIT",
36
"scripts": {
37
+ "prepack": "npmignore --auto --commentLines=autogenerated",
38
"pretest": "npm run lint",
39
"test": "npm run tests-only",
40
"posttest": "npm run coverage -- --quiet",
@@ -58,5 +60,10 @@
58
60
"iphone/6.0..latest",
59
61
"android-browser/4.2..latest"
62
]
63
+ },
64
+ "publishConfig": {
65
+ "ignore": [
66
+ ".github/workflows"
67
+ ]
68
}
69
0 commit comments