Skip to content

Commit 1645abb

Browse files
committed
[meta] use npmignore to autogenerate an npmignore file
1 parent 3171edd commit 1645abb

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ package-lock.json
99
# coverage data
1010
coverage/
1111
.nyc_output/
12+
13+
.npmignore

.npmignore

-13
This file was deleted.

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@
4040
"falafel": "^2.2.5",
4141
"js-yaml": "^3.14.0",
4242
"npm-run-posix-or-windows": "^2.0.2",
43+
"npmignore": "^0.3.0",
4344
"safe-publish-latest": "^2.0.0",
4445
"tap": "^8.0.1",
4546
"tap-parser": "^3.0.5"
4647
},
4748
"scripts": {
49+
"prepack": "npmignore --auto --commentLines=autogenerated",
4850
"prepublishOnly": "safe-publish-latest",
4951
"prepublish": "!(type not-in-publish) || not-in-publish || npm run prepublishOnly",
5052
"prelint:files": "git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' || echo '*.md *.js test/*.js'",
@@ -86,5 +88,10 @@
8688
"funding": {
8789
"url": "https://github.com/sponsors/ljharb"
8890
},
89-
"license": "MIT"
91+
"license": "MIT",
92+
"publishConfig": {
93+
"ignore": [
94+
".github/workflows"
95+
]
96+
}
9097
}

0 commit comments

Comments
 (0)