Skip to content

Commit

Permalink
build: add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 31, 2019
1 parent 4497d2f commit c8c3bb8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,25 @@
"name": "Kiko Beats",
"email": "[email protected]"
},
{
"name": "David Eriksson",
"email": "[email protected]"
},
{
"name": "Shawn Dempsey",
"email": "[email protected]"
},
{
"name": "Nikola Ristic",
"email": "[email protected]"
},
{
"name": "Jesse Rogers",
"email": "[email protected]"
},
{
"name": "Sampo Juustila",
"email": "[email protected]"
}
],
"repository": {
Expand Down Expand Up @@ -64,7 +76,7 @@
"prerelease": "npm run update:check",
"pretest": "npm run lint",
"preversion": "npx lerna exec \"npx git-authors-cli || true; npx finepack\" --parallel",
"release": "lerna publish --sort --conventional-commits -m \"chore(release): %s\"",
"release": "git-authors-cli && finepack && lerna publish --sort --conventional-commits -m \"chore(release): %s\"",
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"test": "lerna exec npm run test",
"update": "lerna exec ncu -- -u",
Expand Down

0 comments on commit c8c3bb8

Please sign in to comment.