openapi-merge-cli
Advanced tools
Comparing version 1.1.7 to 1.1.9
@@ -85,2 +85,1 @@ "use strict"; | ||
exports.main = main; | ||
main(); |
{ | ||
"name": "openapi-merge-cli", | ||
"version": "1.1.7", | ||
"version": "1.1.9", | ||
"description": "A cli tool for the openapi-merge library.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"gen-schema": "typescript-json-schema src/data.ts Configuration --titles --refs --noExtraProps --required --strictNullChecks -o src/configuration.schema.json", | ||
"start": "ts-node --project ./tsconfig.json ./src/index.ts", | ||
"start": "ts-node --project ./tsconfig.json ./src/cli.ts", | ||
"lint": "yarn eslint src --ext .js,.jsx,.ts,.tsx --fix --format=visualstudio" | ||
@@ -52,0 +52,0 @@ }, |
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
17598
288