File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " parse argument options" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "prepack" : " npmignore --auto --commentLines=auto" ,
8
7
"prepublishOnly" : " safe-publish-latest" ,
9
8
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
10
9
"lint" : " eslint --ext=js,mjs ." ,
15
14
"version" : " auto-changelog && git add CHANGELOG.md" ,
16
15
"postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
17
16
},
17
+ "files" : [
18
+ " index.js"
19
+ ],
18
20
"testling" : {
19
21
"files" : " test/*.js"
20
22
},
44
46
"encoding" : " ^0.1.13" ,
45
47
"eslint" : " =8.8.0" ,
46
48
"in-publish" : " ^2.0.1" ,
47
- "npmignore" : " ^0.3.1" ,
48
49
"nyc" : " ^10.3.2" ,
49
50
"safe-publish-latest" : " ^2.0.0" ,
50
51
"tape" : " ^5.9.0"
59
60
"commitLimit" : false ,
60
61
"backfillLimit" : false ,
61
62
"hideCredit" : true
62
- },
63
- "publishConfig" : {
64
- "ignore" : [
65
- " .github/workflows"
66
- ]
67
63
}
68
64
}
You can’t perform that action at this time.
0 commit comments