Skip to content

Commit

Permalink
fix: change url for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Mar 13, 2018
1 parent 1ef1c21 commit 6aaeda2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/oleg-koval/ya-skeleton"
"url": "https://github.com/oleg-koval/github-orgs-packages",
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md [skip ci]' && npm version major && git push origin && git push origin --tags",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md [skip ci]' && npm version minor && git push origin && git push origin --tags",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md [skip ci]' && npm version patch && git push origin && git push origin --tags"
},
"keywords": [
"github",
Expand Down

0 comments on commit 6aaeda2

Please sign in to comment.