@jambff/oac
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@jambff/oac", | ||
"description": "A JavaScript OpenAPI client generator.", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"author": "Alex Mendes", | ||
@@ -13,7 +13,7 @@ "license": "MIT", | ||
"typecheck": "tsc --noEmit", | ||
"oac": "node ./bin/index.js" | ||
"oac": "./bin/index.js" | ||
}, | ||
"sideEffects": false, | ||
"bin": { | ||
"oac": "node ./bin/index.js" | ||
"oac": "./bin/index.js" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
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
38720