victor-dev-toolbox
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -17,5 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./data"), exports); | ||
__exportStar(require("./functions"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
__exportStar(require("./data/index"), exports); | ||
__exportStar(require("./functions/index"), exports); | ||
__exportStar(require("./interfaces/index"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "victor-dev-toolbox", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,3 @@ | ||
export * from './data' | ||
export * from './functions' | ||
export * from './interfaces' | ||
export * from './data/index' | ||
export * from './functions/index' | ||
export * from './interfaces/index' |
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
288297
138