Skip to content

Commit c2ae8a2

Browse files
authored
fix: correct repository URL in package.json (#47)
1 parent a4d9e1e commit c2ae8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typings": "./types/index.d.ts",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pleerock/typedi.git"
14+
"url": "https://github.com/typeorm/typeorm-typedi-extensions.git"
1515
},
1616
"tags": [
1717
"orm",

0 commit comments

Comments
 (0)