Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Renamed publish to publish-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Mar 12, 2018
1 parent f5d205e commit b99ad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"coverage": "nyc npm run test",
"clean": "rimraf build",
"build": "npm run clean && babel --out-dir=build src",
"publish": "npm run lint && npm run test && npm run build && npm publish",
"publish-stable": "npm run lint && npm run test && npm run build && npm publish",
"publish-next": "npm run lint && npm run test && npm run build && npm publish --tag next"
},
"main": "build/index.js",
Expand Down

0 comments on commit b99ad1e

Please sign in to comment.