@loopback/openapi-spec
Advanced tools
Comparing version 4.0.0-alpha.10 to 4.0.0-alpha.11
@@ -6,2 +6,2 @@ // Copyright IBM Corp. 2017. All Rights Reserved. | ||
export * from './lib'; | ||
export * from './dist/src'; |
@@ -8,3 +8,3 @@ // Copyright IBM Corp. 2013,2017. All Rights Reserved. | ||
module.exports = nodeMajorVersion >= 7 ? | ||
require('./lib') : | ||
require('./lib6'); | ||
require('./dist/src') : | ||
require('./dist6/src'); |
{ | ||
"name": "@loopback/openapi-spec", | ||
"version": "4.0.0-alpha.10", | ||
"version": "4.0.0-alpha.11", | ||
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.", | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"build": "npm run build:lib && npm run build:lib6", | ||
"build": "npm run build:dist && npm run build:dist6", | ||
"build:current": "node ../../bin/compile-package", | ||
"build:lib": "node ../../bin/compile-package es2017", | ||
"build:lib6": "node ../../bin/compile-package es2015", | ||
"build:dist": "node ../../bin/compile-package es2017", | ||
"build:dist6": "node ../../bin/compile-package es2015", | ||
"build:apidocs": "node ../../bin/generate-apidocs", | ||
"clean": "rm -rf loopback-openapi-spec*.tgz lib* package", | ||
"clean": "rm -rf loopback-openapi-spec*.tgz dist* package", | ||
"prepublish": "npm run build && npm run build:apidocs", | ||
@@ -27,4 +30,4 @@ "verify": "npm pack && tar xf loopback-openapi-spec*.tgz && tree package && npm run clean" | ||
"index.d.ts", | ||
"lib", | ||
"lib6", | ||
"dist/src", | ||
"dist6/src", | ||
"api-docs" | ||
@@ -31,0 +34,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
647300
66