Skip to content

Commit 0b2a1e5

Browse files
Fixes repository field in package.json
1 parent 2a9b4fe commit 0b2a1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-import-resolver-typescript",
33
"version": "2.0.0",
44
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
5-
"repository": "git@github.com/rx-ts/eslint-import-resolver-ts.git",
5+
"repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript",
66
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
77
"license": "ISC",
88
"engines": {

0 commit comments

Comments
 (0)