File tree 3 files changed +10
-14
lines changed
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 29
29
" module"
30
30
],
31
31
"scripts" : {
32
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
32
33
"prepublishOnly" : " safe-publish-latest" ,
33
34
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
34
35
"prelint" : " eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git')" ,
50
51
"in-publish" : " ^2.0.1" ,
51
52
"mkdirp" : " ^0.5.5" ,
52
53
"mv" : " ^2.1.1" ,
54
+ "npmignore" : " ^0.3.0" ,
53
55
"object-keys" : " ^1.1.1" ,
54
56
"rimraf" : " ^2.7.1" ,
55
57
"safe-publish-latest" : " ^2.0.0" ,
70
72
"is-core-module" : " ^2.9.0" ,
71
73
"path-parse" : " ^1.0.7" ,
72
74
"supports-preserve-symlinks-flag" : " ^1.0.0"
75
+ },
76
+ "publishConfig" : {
77
+ "ignore" : [
78
+ " .github/workflows" ,
79
+ " appveyor.yml"
80
+ ]
73
81
}
74
82
}
You can’t perform that action at this time.
0 commit comments