Skip to content

Commit aeeb85f

Browse files
committed
Update package.json
1 parent cf99cd2 commit aeeb85f

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pre-commit",
2+
"name": "@fastify/pre-commit",
33
"version": "1.2.2",
44
"description": "Automatically install pre-commit hooks for your npm modules.",
55
"main": "index.js",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git://github.com/observing/pre-commit.git"
17+
"url": "git://github.com/fastify/pre-commit.git"
1818
},
1919
"keywords": [
2020
"git",
@@ -26,16 +26,22 @@
2626
"test",
2727
"development"
2828
],
29-
"author": "Arnout Kazemier <opensource@observe.it>",
30-
"homepage": "https://github.com/observing/pre-commit",
29+
"contributors": [
30+
{
31+
"name": "Arnout Kazemier",
32+
"email": "opensource@observe.it",
33+
"originalAuthor": true
34+
}
35+
],
36+
"homepage": "https://github.com/fastify/pre-commit",
3137
"license": "MIT",
3238
"dependencies": {
3339
"cross-spawn": "^7.0.3",
3440
"spawn-sync": "^2.0.0",
3541
"which": "^2.0.2"
3642
},
3743
"devDependencies": {
38-
"pre-commit": "git://github.com/observing/pre-commit.git",
44+
"pre-commit": "git://github.com/fastify/pre-commit.git",
3945
"proxyquire": "^2.1.3",
4046
"standard": "^16.0.3",
4147
"tap": "^15.0.9"

0 commit comments

Comments
 (0)