Skip to content

Commit dc9d739

Browse files
authored
Merge pull request #14 from regexhq/feat/update-package-links
fix: Update url, add contributors
2 parents 0fba7c6 + d4d92c8 commit dc9d739

File tree

2 files changed

+64
-94
lines changed

2 files changed

+64
-94
lines changed

package-lock.json

+53-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "doi-regex",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Regular expression for matching DOIs",
55
"main": "index.js",
66
"scripts": {
77
"test": "istanbul cover spec/test.js | node_modules/.bin/faucet"
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)