Skip to content

Commit

Permalink
Update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 18, 2018
1 parent 049ef06 commit ad4468c
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 @@ -54,7 +54,7 @@
},
"scripts": {
"authors": "git-authors-cli && finepack package.json",
"authors:commit": "npm run authors && git add package.sjon && git commit -m 'Update contributors' && git push origin master",
"authors:commit": "npm run authors && git add package.json && git commit -m 'Update contributors' && git push origin master",
"build": "gulp build",
"changelog": "conventional-changelog --release-count=0 > CHANGELOG.md",
"changelog:commit": "npm run changelog && git add CHANGELOG.md && git commit -m 'Update Changelog' && git push origin master",
Expand Down

0 comments on commit ad4468c

Please sign in to comment.