Skip to content

Commit

Permalink
[meta] use npmignore to autogenerate an npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 27, 2022
1 parent d35e7d0 commit e452e1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 111 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -107,3 +107,5 @@ dist
npm-shrinkwrap.json
package-lock.json
yarn.lock

.npmignore
111 changes: 0 additions & 111 deletions .npmignore

This file was deleted.

7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
},
"sideEffects": false,
"scripts": {
"prepack": "npmignore --auto --commentLines=auto",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"lint": "eslint --ext=js,mjs .",
Expand Down Expand Up @@ -59,6 +60,7 @@
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"npmignore": "^0.3.0",
"nyc": "^15.1.0",
"safe-publish-latest": "^2.0.0",
"sinon-sandbox": "^2.0.6",
Expand All @@ -71,5 +73,10 @@
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}

0 comments on commit e452e1e

Please sign in to comment.