@tsed/normalize-path
Advanced tools
Comparing version 7.10.0-rc.1 to 7.10.0-rc.2
@@ -7,4 +7,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./normalizePath.spec"), exports); | ||
tslib_1.__exportStar(require("./normalizePath"), exports); | ||
//# sourceMappingURL=index.js.map |
/** | ||
* @file Automatically generated by barrelsby. | ||
*/ | ||
export * from "./normalizePath.spec.js"; | ||
export * from "./normalizePath.js"; | ||
//# sourceMappingURL=index.js.map |
/** | ||
* @file Automatically generated by barrelsby. | ||
*/ | ||
export * from "./normalizePath.spec"; | ||
export * from "./normalizePath"; |
{ | ||
"name": "@tsed/normalize-path", | ||
"version": "7.10.0-rc.1", | ||
"version": "7.10.0-rc.2", | ||
"description": "Utils to normalize path", | ||
@@ -18,3 +18,3 @@ "private": false, | ||
"build": "yarn barrels && yarn run build:esm && yarn run build:cjs", | ||
"barrels": "yarn barrelsby --delete -d src -e \\\"\\\\.spec\\\\.ts\\\"", | ||
"barrels": "yarn barrelsby --delete -d src -e \"\\.spec\\.ts\"", | ||
"build:cjs": "tsc --build tsconfig.compile.json", | ||
@@ -21,0 +21,0 @@ "build:esm": "tsc --build tsconfig.compile.esm.json", |
Sorry, the diff of this file is not supported yet
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
9948
17
72