Skip to content

Commit 83c25dd

Browse files
committed
[Dev Deps] add safe-publish-latest
1 parent 0ab33b2 commit 83c25dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
"module"
1515
],
1616
"scripts": {
17+
"prepublish": "! type safe-publish-latest >/dev/null 2>&1 || safe-publish-latest",
1718
"tests-only": "tape test/*.js",
1819
"test": "npm run --silent tests-only"
1920
},
2021
"devDependencies": {
2122
"tape": "^4.6.3",
22-
"tap": "0.4.13"
23+
"tap": "0.4.13",
24+
"safe-publish-latest": "^1.1.1"
2325
},
2426
"license": "MIT",
2527
"author": {

0 commit comments

Comments
 (0)