File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ node_modules
6
6
npm-shrinkwrap.json
7
7
package-lock.json
8
8
yarn.lock
9
+
10
+ .npmignore
Original file line number Diff line number Diff line change 3
3
"version" : " 5.1.6" ,
4
4
"description" : " utility library for parsing asn1 files for use with browserify-sign." ,
5
5
"main" : " index.js" ,
6
- "files" : [
7
- " asn1.js" ,
8
- " aesid.json" ,
9
- " certificate.js" ,
10
- " fixProc.js" ,
11
- " index.js"
12
- ],
13
6
"scripts" : {
7
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
14
8
"lint" : " eslint --ext=js,mjs ." ,
15
9
"tests-only" : " tape 'test/**/*.js'" ,
16
10
"pretest" : " npm run lint" ,
38
32
"aud" : " ^2.0.4" ,
39
33
"auto-changelog" : " ^2.4.0" ,
40
34
"eslint" : " =8.8.0" ,
35
+ "npmignore" : " ^0.3.1" ,
41
36
"tape" : " ^5.7.5"
42
37
},
43
38
"engines" : {
50
45
"commitLimit" : false ,
51
46
"backfillLimit" : false ,
52
47
"hideCredit" : true
48
+ },
49
+ "publishConfig" : {
50
+ "ignore" : [
51
+ " .github/workflows" ,
52
+ " test"
53
+ ]
53
54
}
54
55
}
You can’t perform that action at this time.
0 commit comments