We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474a957 commit 9b6fca1Copy full SHA for 9b6fca1
package.json
@@ -4,7 +4,10 @@
4
"description": "Yeoman generator for OAuth Providers for ASP.NET Core",
5
"license": "MIT",
6
"main": "app/index.js",
7
- "repository": "aspnet-contrib/generator-aspnet-oauth",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/aspnet-contrib/generator-aspnet-oauth.git"
10
+ },
11
"engines": {
12
"node": ">=22"
13
},
0 commit comments