openapi-merge-cli
Advanced tools
Comparing version 1.0.1 to 1.0.2
#!/usr/bin/env node | ||
export {}; | ||
//# sourceMappingURL=cli.d.ts.map |
#!/usr/bin/env node | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const _1 = require("."); | ||
_1.main(); |
@@ -1,2 +0,2 @@ | ||
export {}; | ||
export declare function main(): void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -61,2 +61,3 @@ "use strict"; | ||
} | ||
exports.main = main; | ||
main(); |
{ | ||
"name": "openapi-merge-cli", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A cli tool for the openapi-merge library.", | ||
@@ -11,2 +11,5 @@ "keywords": [ | ||
"main": "dist/index", | ||
"bin": { | ||
"openapi-merge-cli": "dist/cli.js" | ||
}, | ||
"files": [ | ||
@@ -13,0 +16,0 @@ "dist/!(__tests__)", |
Sorry, the diff of this file is not supported yet
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
10835
226