Skip to content

Commit

Permalink
[meta] add safe-publish-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 14, 2020
1 parent 525501c commit a436200
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "safe-publish-latest",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -39,5 +40,8 @@
"bugs": {
"url": "https://github.com/es-shims/Array.prototype.item/issues"
},
"homepage": "https://github.com/es-shims/Array.prototype.item#readme"
"homepage": "https://github.com/es-shims/Array.prototype.item#readme",
"devDependencies": {
"safe-publish-latest": "^1.1.4"
}
}

0 comments on commit a436200

Please sign in to comment.