We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
safe-publish-latest
1 parent e41c881 commit aba1931Copy full SHA for aba1931
package.json
@@ -5,6 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"prepack": "npmignore --auto --commentLines=autogenerated",
8
+ "prepublish": "not-in-publish || npm run prepublishOnly",
9
+ "prepublishOnly": "safe-publish-latest",
10
"lint": "eslint --ext=js,mjs .",
11
"tests-only": "tape 'test/**/*.js'",
12
"pretest": "npm run lint",
@@ -32,7 +34,9 @@
32
34
"aud": "^2.0.4",
33
35
"auto-changelog": "^2.4.0",
36
"eslint": "=8.8.0",
37
+ "in-publish": "^2.0.1",
38
"npmignore": "^0.3.1",
39
+ "safe-publish-latest": "^2.0.0",
40
"tape": "^5.7.5"
41
},
42
"engines": {
0 commit comments