File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ yarn.lock
9
9
10
10
# symlinked file used in tests
11
11
test /resolver /symlinked /_ /node_modules /package
12
+
13
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
" module"
18
18
],
19
19
"scripts" : {
20
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
20
21
"prepublishOnly" : " safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:" ,
21
22
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
22
23
"prelint" : " eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git')" ,
38
39
"in-publish" : " ^2.0.1" ,
39
40
"mkdirp" : " ^0.5.5" ,
40
41
"mv" : " ^2.1.1" ,
42
+ "npmignore" : " ^0.3.0" ,
41
43
"object-keys" : " ^1.1.1" ,
42
44
"rimraf" : " ^2.7.1" ,
43
45
"safe-publish-latest" : " ^2.0.0" ,
58
60
"is-core-module" : " ^2.9.0" ,
59
61
"path-parse" : " ^1.0.7" ,
60
62
"supports-preserve-symlinks-flag" : " ^1.0.0"
63
+ },
64
+ "publishConfig" : {
65
+ "ignore" : [
66
+ " .github/workflows" ,
67
+ " appveyor.yml"
68
+ ]
61
69
}
62
70
}
You can’t perform that action at this time.
0 commit comments