@pnpm/types
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -0,3 +1,4 @@ | ||
export * from './misc'; | ||
export * from './options'; | ||
export * from './package'; | ||
export * from './options'; | ||
export * from './store'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./misc")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/types", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"tslint": "^5.8.0", | ||
"typescript": "^2.6.1" | ||
"typescript": "^3.0.3" | ||
}, | ||
@@ -37,0 +37,0 @@ "mos": { |
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
9692
18
241