Skip to content

Commit

Permalink
chore: add npm dist-tag for legacy publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 12, 2019
1 parent f392f82 commit 2070453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/npm/hosted-git-info",
"scripts": {
"prerelease": "npm t",
"postrelease": "npm publish && git push --follow-tags",
"postrelease": "npm publish --tag=ancient-legacy-fixes && git push --follow-tags",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --100 --no-esm test/*.js"
Expand Down

0 comments on commit 2070453

Please sign in to comment.