chore(release): 2.17.0-3

This commit is contained in:
Zoltan Kochan
2018-10-17 02:00:51 +03:00
parent 0442eacf5a
commit 45f8c05ab3
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pnpm-default-reporter",
"version": "0.20.8",
"version": "0.20.9",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -34,7 +34,7 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"peerDependencies": {
"supi": ">=0.24.0 <0.25.0 || 0.24.11-0 || 0.24.13-0 || 0.24.13-1"
"supi": ">=0.24.0 <0.25.0 || 0.24.11-0 || 0.24.13-0 || 0.24.13-1 || 0.24.13-2"
},
"dependencies": {
"@pnpm/config": "2.3.0-0",
@@ -70,7 +70,7 @@
"normalize-newline": "^3.0.0",
"package-preview": "^1.0.0",
"rimraf": "^2.5.4",
"supi": "0.24.13-1",
"supi": "0.24.13-2",
"tape": "^4.8.0",
"ts-node": "^6.2.0",
"tslint": "^5.7.0",

View File

@@ -1967,7 +1967,7 @@ specifiers:
string-length: 2.0.0
string.prototype.padstart: 3.0.0
strip-ansi: 5.0.0
supi: 0.24.13-1
supi: 0.24.13-2
tape: ^4.8.0
ts-node: ^6.2.0
tslint: ^5.7.0

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "2.17.0-2",
"version": "2.17.0-3",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
@@ -66,7 +66,7 @@
"path-absolute": "1.0.0",
"path-name": "1.0.0",
"pkgs-graph": "2.0.0",
"pnpm-default-reporter": "0.20.8",
"pnpm-default-reporter": "0.20.9",
"pnpm-file-reporter": "0.1.0",
"pnpm-list": "4.1.0-1",
"process-exists": "3.1.0",
@@ -74,7 +74,7 @@
"read-ini-file": "1.0.0",
"signal-exit": "3.0.2",
"strip-color": "0.1.0",
"supi": "0.24.13-1",
"supi": "0.24.13-2",
"text-table": "0.2.0",
"tree-kill": "1.2.0",
"update-notifier": "2.5.0",

View File

@@ -5594,7 +5594,7 @@ specifiers:
path-exists: ^3.0.0
path-name: 1.0.0
pkgs-graph: 2.0.0
pnpm-default-reporter: 0.20.8
pnpm-default-reporter: 0.20.9
pnpm-file-reporter: 0.1.0
pnpm-list: 4.1.0-1
pnpm-registry-mock: ^2.2.0
@@ -5608,7 +5608,7 @@ specifiers:
sepia: ^2.0.2
signal-exit: 3.0.2
strip-color: 0.1.0
supi: 0.24.13-1
supi: 0.24.13-2
tape: ^4.6.3
tape-promise: ^4.0.0
text-table: 0.2.0

View File

@@ -1,7 +1,7 @@
{
"name": "supi",
"description": "Fast, disk space efficient installation engine",
"version": "0.24.13-1",
"version": "0.24.13-2",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",