Skip to content

Commit

Permalink
Ensure that we don't accidentally publish 'latest'.
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed May 18, 2018
1 parent 7cbbd57 commit 1a7a440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -53,6 +53,9 @@
"test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && yarn run test-only",
"test-only": "nyc ava"
},
"publishConfig": {
"tag": "next"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel-loader.git"
Expand Down

0 comments on commit 1a7a440

Please sign in to comment.