Skip to content

Commit aec1cda

Browse files
committed
fix: update repo urls in package.json
1 parent 0a4acf5 commit aec1cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/lennym/eslint-plugin-implicit-dependencies.git"
13+
"url": "git+https://github.com/jcoreio/eslint-plugin-implicit-dependencies.git"
1414
},
1515
"keywords": [
1616
"eslint",
@@ -19,9 +19,9 @@
1919
"author": "Leonard Martin <[email protected]>",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/lennym/eslint-plugin-implicit-dependencies/issues"
22+
"url": "https://github.com/jcoreio/eslint-plugin-implicit-dependencies/issues"
2323
},
24-
"homepage": "https://github.com/lennym/eslint-plugin-implicit-dependencies#readme",
24+
"homepage": "https://github.com/jcoreio/eslint-plugin-implicit-dependencies#readme",
2525
"dependencies": {
2626
"@babel/runtime": "^7.18.6",
2727
"pkg-up": "^3.1.0"

0 commit comments

Comments
 (0)