Skip to content

Commit 823f314

Browse files
committed
build: add contributors script
1 parent 6b7ba85 commit 823f314

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

+16-8
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,29 @@
1919
"name": "Shawn Dempsey",
2020
"email": "shwanton@gmail.com"
2121
},
22-
{
23-
"name": "Sampo Juustila",
24-
"email": "sampo.niskanen@iki.fi"
25-
},
2622
{
2723
"name": "Steven Frostwick",
2824
"email": "steven.frostwick@gmail.com"
2925
},
3026
{
31-
"name": "Nikola Ristic",
32-
"email": "risticn6@gmail.com"
27+
"name": "Omar Diab",
28+
"email": "me@omardiab.com"
3329
},
3430
{
3531
"name": "Jesse Rogers",
3632
"email": "djrquazz@gmail.com"
33+
},
34+
{
35+
"name": "Nikola Ristic",
36+
"email": "risticn6@gmail.com"
37+
},
38+
{
39+
"name": "Sampo Juustila",
40+
"email": "sampo.niskanen@iki.fi"
41+
},
42+
{
43+
"name": "Slava",
44+
"email": "slava.ganzin@gmail.com"
3745
}
3846
],
3947
"repository": {
@@ -74,14 +82,14 @@
7482
"scripts": {
7583
"build": "gulp build",
7684
"clean": "lerna clean --yes && rm -rf node_modules",
85+
"contributors": "(lerna exec finepack --parallel && git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
7786
"coverage": "lerna exec npm run coverage --parallel --scope \"metascraper\"",
7887
"dev": "concurrently \"gulp\" \"npm run dev:server\"",
7988
"dev:server": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
8089
"install": "lerna bootstrap --no-ci --force-local",
8190
"lint": "standard-markdown README.md && standard",
82-
"prerelease": "npm run update:check",
91+
"prerelease": "npm run update:check && npm run contributors",
8392
"pretest": "npm run lint",
84-
"preversion": "lerna exec \"git-authors-cli || true; finepack\" --parallel && git-authors-cli && finepack",
8593
"release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
8694
"test": "lerna exec npm run test",
8795
"update": "lerna exec ncu -- --upgrade && ncu -- --upgrade",

packages/metascraper-uol/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"url": "https://github.com/microlinkhq/metascraper-uol/issues"
1313
},
1414
"keywords": [
15-
"uol",
16-
"universo",
15+
"metascraper",
1716
"online",
18-
"metascraper"
17+
"universo",
18+
"uol"
1919
],
2020
"dependencies": {
2121
"@metascraper/helpers": "^5.7.0",

0 commit comments

Comments
 (0)