pnpm 6.20.1-0 → 6.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pnpm.cjs +1 -1
- package/package.json +1 -1
package/dist/pnpm.cjs
CHANGED
|
@@ -3165,7 +3165,7 @@ var require_lib4 = __commonJS({
|
|
|
3165
3165
|
var load_json_file_1 = __importDefault(require_load_json_file());
|
|
3166
3166
|
var defaultManifest = {
|
|
3167
3167
|
name: "pnpm" != null && true ? "pnpm" : "pnpm",
|
|
3168
|
-
version: "6.20.1
|
|
3168
|
+
version: "6.20.1" != null && true ? "6.20.1" : "0.0.0"
|
|
3169
3169
|
};
|
|
3170
3170
|
var pkgJson;
|
|
3171
3171
|
if (require.main == null) {
|