We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npmignore
1 parent 6b164c7 commit f81ece6Copy full SHA for f81ece6
.gitignore
@@ -6,3 +6,5 @@ node_modules
6
npm-shrinkwrap.json
7
package-lock.json
8
yarn.lock
9
+
10
+.npmignore
package.json
@@ -5,10 +5,12 @@
5
"main": "index.js",
"devDependencies": {
"covert": "^1.0.0",
+ "npmignore": "^0.3.0",
"tap": "~0.4.0",
"tape": "^3.5.0"
11
},
12
"scripts": {
13
+ "prepack": "npmignore --auto --commentLines=auto",
14
"test": "tap test/*.js",
15
"coverage": "covert test/*.js"
16
@@ -41,5 +43,10 @@
41
43
"email": "[email protected]",
42
44
"url": "http://substack.net"
45
- "license": "MIT"
46
+ "license": "MIT",
47
+ "publishConfig": {
48
+ "ignore": [
49
+ ".github/workflows"
50
+ ]
51
+ }
52
}
0 commit comments