There was an error while loading. Please reload this page.
safe-publish-latest
1 parent baf6893 commit 9c8f809Copy full SHA for 9c8f809
package.json
@@ -29,11 +29,15 @@
29
"@ljharb/eslint-config": "^21.0.1",
30
"covert": "^1.1.1",
31
"eslint": "=8.8.0",
32
+ "in-publish": "^2.0.1",
33
"npmignore": "^0.3.0",
34
+ "safe-publish-latest": "^2.0.0",
35
"tape": "^5.6.3"
36
},
37
"license": "MIT",
38
"scripts": {
39
+"prepublishOnly": "safe-publish-latest",
40
+"prepublish": "not-in-publish || npm run prepublishOnly",
41
"prepack": "npmignore --auto --commentLines=autogenerated",
42
"pretest": "npm run lint",
43
"test": "npm run tests-only",
0 commit comments