File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ node_modules
44npm-shrinkwrap.json
55package-lock.json
66yarn.lock
7+
8+ .npmignore
Original file line number Diff line number Diff line change 44 "description" : " abstract base class for crypto-streams" ,
55 "main" : " index.js" ,
66 "scripts" : {
7+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
8+ "prepublishOnly" : " safe-publish-latest" ,
9+ "prepublish" : " not-in-publish || npm run prepublishOnly" ,
710 "lint" : " eslint --ext=js,.mjs ." ,
811 "pretest" : " npm run lint" ,
912 "test" : " npm run tests-only" ,
3134 "devDependencies" : {
3235 "@ljharb/eslint-config" : " ^21.1.1" ,
3336 "eslint" : " =8.8.0" ,
37+ "in-publish" : " ^2.0.1" ,
38+ "npmignore" : " ^0.3.1" ,
39+ "safe-publish-latest" : " ^2.0.0" ,
3440 "tape" : " ^5.9.0"
3541 },
42+ "publishConfig" : {
43+ "ignore" : [
44+ " .github/workflows"
45+ ]
46+ },
3647 "engines" : {
3748 "node" : " >= 0.10"
3849 }
You can’t perform that action at this time.
0 commit comments