Skip to content

Commit

Permalink
chore: Add publishConfig to avoid publishing v9 over latest
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 4, 2019
1 parent c1acd17 commit 4e40288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "pacote",
"version": "9.5.10",
"description": "JavaScript package downloader",
"publishConfig": {
"tag": "v9-legacy"
},
"main": "index.js",
"files": [
"*.js",
Expand Down

0 comments on commit 4e40288

Please sign in to comment.