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 Dec 2, 2019
1 parent a5c4e56 commit 2f098ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",
"pretest": "npm run lint",
"tests-only": "node test",
Expand Down Expand Up @@ -36,6 +37,7 @@
"@ljharb/eslint-config": "^15.0.2",
"auto-changelog": "^1.16.2",
"eslint": "^6.7.2",
"safe-publish-latest": "^1.1.4",
"tape": "^4.11.0"
},
"dependencies": {
Expand Down

0 comments on commit 2f098ef

Please sign in to comment.