prisma-nestjs-graphql-resource-generator
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "prisma-nestjs-graphql-resource-generator", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Generates crud resources (resolver,service,module,test-files) for a prisma, nestjs, graphql setup", | ||
@@ -26,5 +26,5 @@ "main": "index.js", | ||
"bin": { | ||
"gm": "node ./cli/gm.js", | ||
"gmall": "node ./cli/gm.js" | ||
"gm": "./cli/gm.js", | ||
"gmall": "./cli/gm.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40437