Skip to content

Commit

Permalink
Merge pull request #14 from regexhq/feat/update-package-links
Browse files Browse the repository at this point in the history
fix: Update url, add contributors
  • Loading branch information
RichardLitt authored Jun 14, 2024
2 parents 0fba7c6 + d4d92c8 commit dc9d739
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 94 deletions.
142 changes: 53 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "doi-regex",
"version": "0.1.14",
"version": "0.1.15",
"description": "Regular expression for matching DOIs",
"main": "index.js",
"scripts": {
"test": "istanbul cover spec/test.js | node_modules/.bin/faucet"
},
"repository": {
"type": "git",
"url": "[email protected]:BeagleLab/doi.git"
"url": "[email protected]:regexhq/doi-regex.git"
},
"keywords": [
"doi",
Expand All @@ -26,17 +26,23 @@
],
"author": {
"name": "Richard Littauer",
"email": "richard.littauer@gmail.com",
"email": "richard@burntfen.com",
"url": "http://www.burntfen.com"
},
"contributors": [
"Richard Littauer",
"Katrin Leinweber",
"Chris Wilkinson",
"Karl Becker"
],
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/BeagleLab/doi/issues"
"url": "https://github.com/regexhq/doi-regex/issues"
},
"homepage": "https://github.com/BeagleLab/doi",
"homepage": "https://github.com/regexhq/doi-regex",
"devDependencies": {
"faucet": "0.0.1",
"istanbul": "^0.4.5",
Expand Down

0 comments on commit dc9d739

Please sign in to comment.