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 Apr 13, 2023
1 parent baf6893 commit 9c8f809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@
"@ljharb/eslint-config": "^21.0.1",
"covert": "^1.1.1",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.3"
},
"license": "MIT",
"scripts": {
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepack": "npmignore --auto --commentLines=autogenerated",
"pretest": "npm run lint",
"test": "npm run tests-only",
Expand Down

0 comments on commit 9c8f809

Please sign in to comment.