Content-Length: 288280 | pFad | https://github.com/minimistjs/minimist/commit/be2e038c342d8333b32f0fde67a0026b79c8150e
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 f9fdfc0 commit be2e038Copy full SHA for be2e038
.gitignore
@@ -6,3 +6,5 @@ node_modules
6
npm-shrinkwrap.json
7
package-lock.json
8
yarn.lock
9
+
10
+.npmignore
package.json
@@ -8,6 +8,7 @@
"tap": "~0.4.0"
},
"scripts": {
11
+ "prepack": "npmignore --auto --commentLines=auto",
12
"test": "tap test/*.js"
13
14
"testling" : {
@@ -36,5 +37,10 @@
36
37
"email": "mail@substack.net",
38
"url": "http://substack.net"
39
- "license": "MIT"
40
+ "license": "MIT",
41
+ "publishConfig": {
42
+ "ignore": [
43
+ ".github/workflows"
44
+ ]
45
+ }
46
}
Fetched URL: https://github.com/minimistjs/minimist/commit/be2e038c342d8333b32f0fde67a0026b79c8150e
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments