We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
safe-publish-latest
1 parent 48bc06a commit 4b927deCopy full SHA for 4b927de
package.json
@@ -7,11 +7,15 @@
7
"@ljharb/eslint-config": "^21.0.0",
8
"aud": "^2.0.1",
9
"eslint": "=8.8.0",
10
+ "in-publish": "^2.0.1",
11
"nyc": "^10.3.2",
12
+ "safe-publish-latest": "^2.0.0",
13
"tape": "^5.6.1"
14
},
15
"scripts": {
16
"prepack": "npmignore --auto --commentLines=auto",
17
+ "prepublishOnly": "safe-publish-latest",
18
+ "prepublish": "not-in-publish || npm run prepublishOnly",
19
"lint": "eslint --ext=js,mjs .",
20
"pretest": "npm run lint",
21
"tests-only": "nyc tape test/*.js",
0 commit comments