Skip to content

Commit

Permalink
Merge pull request #104 from HuntedCodes/git-installation
Browse files Browse the repository at this point in the history
feat(package.json): Installation from git repo
  • Loading branch information
maxisam authored Jan 13, 2018
2 parents 5631b16 + a687dec commit 8c5cfcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"publish-npm:beta": "npm publish --tag=next",
"semantic-release": "semantic-release pre && npm run publish-npm && semantic-release post",
"sr": "npm run semantic-release",
"sr:beta": "semantic-release pre && npm run publish-npm:beta && semantic-release post"
"sr:beta": "semantic-release pre && npm run publish-npm:beta && semantic-release post",
"prepare": "npm run build"
},
"engines": {
"node": ">=6.9.x"
Expand Down Expand Up @@ -101,4 +102,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 8c5cfcb

Please sign in to comment.