Skip to content

Commit 9b6fca1

Browse files
Run npm pkg fix
Run `npm pkg fix` to fix package metadata.
1 parent 474a957 commit 9b6fca1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Yeoman generator for OAuth Providers for ASP.NET Core",
55
"license": "MIT",
66
"main": "app/index.js",
7-
"repository": "aspnet-contrib/generator-aspnet-oauth",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/aspnet-contrib/generator-aspnet-oauth.git"
10+
},
811
"engines": {
912
"node": ">=22"
1013
},

0 commit comments

Comments
 (0)