Skip to content

Commit

Permalink
[Dev Deps] add safe-publish-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 30, 2017
1 parent 02c20cb commit 596b6b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
"description": "Polyfill/shim for util.promisify in node versions < v8",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"devDependencies": {
"safe-publish-latest": "^1.1.1"
},
"scripts": {
"prepublish": "safe-publish-latest",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 596b6b4

Please sign in to comment.