Skip to content

Commit

Permalink
build: add contributors script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 12, 2019
1 parent 6b7ba85 commit 823f314
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,29 @@
"name": "Shawn Dempsey",
"email": "shwanton@gmail.com"
},
{
"name": "Sampo Juustila",
"email": "sampo.niskanen@iki.fi"
},
{
"name": "Steven Frostwick",
"email": "steven.frostwick@gmail.com"
},
{
"name": "Nikola Ristic",
"email": "risticn6@gmail.com"
"name": "Omar Diab",
"email": "me@omardiab.com"
},
{
"name": "Jesse Rogers",
"email": "djrquazz@gmail.com"
},
{
"name": "Nikola Ristic",
"email": "risticn6@gmail.com"
},
{
"name": "Sampo Juustila",
"email": "sampo.niskanen@iki.fi"
},
{
"name": "Slava",
"email": "slava.ganzin@gmail.com"
}
],
"repository": {
Expand Down Expand Up @@ -74,14 +82,14 @@
"scripts": {
"build": "gulp build",
"clean": "lerna clean --yes && rm -rf node_modules",
"contributors": "(lerna exec finepack --parallel && git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coverage": "lerna exec npm run coverage --parallel --scope \"metascraper\"",
"dev": "concurrently \"gulp\" \"npm run dev:server\"",
"dev:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"install": "lerna bootstrap --no-ci --force-local",
"lint": "standard-markdown README.md && standard",
"prerelease": "npm run update:check",
"prerelease": "npm run update:check && npm run contributors",
"pretest": "npm run lint",
"preversion": "lerna exec \"git-authors-cli || true; finepack\" --parallel && git-authors-cli && finepack",
"release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
"test": "lerna exec npm run test",
"update": "lerna exec ncu -- --upgrade && ncu -- --upgrade",
Expand Down
6 changes: 3 additions & 3 deletions packages/metascraper-uol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"url": "https://github.com/microlinkhq/metascraper-uol/issues"
},
"keywords": [
"uol",
"universo",
"metascraper",
"online",
"metascraper"
"universo",
"uol"
],
"dependencies": {
"@metascraper/helpers": "^5.7.0",
Expand Down

0 comments on commit 823f314

Please sign in to comment.