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.
Files changed (2) hide show
  1. package/dist/pnpm.cjs +1 -1
  2. 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-0" != null && true ? "6.20.1-0" : "0.0.0"
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) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pnpm",
3
3
  "description": "Fast, disk space efficient package manager",
4
- "version": "6.20.1-0",
4
+ "version": "6.20.1",
5
5
  "bin": {
6
6
  "pnpm": "bin/pnpm.cjs",
7
7
  "pnpx": "bin/pnpx.cjs"