Skip to content

Commit 1aa1d9d

Browse files
committed
Fix prepublish script.
1 parent 6739500 commit 1aa1d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"module"
1515
],
1616
"scripts": {
17-
"prepublish": "! type safe-publish-latest >/dev/null 2>&1 || safe-publish-latest",
17+
"prepublish": "safe-publish-latest",
1818
"tests-only": "tape test/*.js",
1919
"test": "npm run --silent tests-only"
2020
},

0 commit comments

Comments
 (0)