Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
fix: make publishing workflow easier & bump version to fix incorrect …
Browse files Browse the repository at this point in the history
…publish
  • Loading branch information
Tyler Barnes committed Mar 25, 2019
1 parent 2aca16b commit b5e3e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-transition-link",
"version": "1.6.0",
"version": "1.6.1",
"description": "A link component for page transitions in gatsby.",
"repository": "https://github.com/TylerBarnes/gatsby-plugin-transition-link",
"homepage": "https://gatsby-plugin-transition-link.netlify.com/",
Expand All @@ -24,7 +24,7 @@
"copy-files": "mkdir lib || true && cp .eslintrc.json readme.md package.json lib",
"build": "yarn copy-files && babel src --out-dir lib --copy-files --ignore **/__tests__",
"watch": "yarn copy-files && babel -w src --out-dir lib --copy-files --ignore **/__tests__",
"publish": "git push --follow-tags origin master && yarn copy-files && cd lib && npm publish && cd ../"
"npm-publish": "git push --follow-tags origin master && yarn build && cd lib && npm publish && cd ../"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
Expand Down

0 comments on commit b5e3e14

Please sign in to comment.