Skip to content

Commit ad74775

Browse files
committed
fix: Update url, add contributors
1 parent 0fba7c6 commit ad74775

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git@github.com:BeagleLab/doi.git"
11+
"url": "git@github.com:regexhq/doi-regex.git"
1212
},
1313
"keywords": [
1414
"doi",
@@ -26,17 +26,23 @@
2626
],
2727
"author": {
2828
"name": "Richard Littauer",
29-
"email": "richard.littauer@gmail.com",
29+
"email": "richard@burntfen.com",
3030
"url": "http://www.burntfen.com"
3131
},
32+
"contributors": [
33+
"Richard Littauer",
34+
"Katrin Leinweber",
35+
"Chris Wilkinson",
36+
"Karl Becker"
37+
],
3238
"engines": {
3339
"node": ">=0.10.0"
3440
},
3541
"license": "MIT",
3642
"bugs": {
37-
"url": "https://github.com/BeagleLab/doi/issues"
43+
"url": "https://github.com/regexhq/doi-regex/issues"
3844
},
39-
"homepage": "https://github.com/BeagleLab/doi",
45+
"homepage": "https://github.com/regexhq/doi-regex",
4046
"devDependencies": {
4147
"faucet": "0.0.1",
4248
"istanbul": "^0.4.5",

0 commit comments

Comments
 (0)