From 93713595635c223ad2b38c804e1dc86ee8c34b6f Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 28 Jan 2016 23:52:17 +0800 Subject: [PATCH] Release v0.2.2 --- HISTORY.md | 7 +++++++ package.json | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bad74260d69..46cbe2dcafa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [v0.2.2] +> Jan 28, 2016 + +- Fix dependency problems. + +[v0.2.2]: https://github.com/rstacruz/pnpm/compare/v0.2.1...v0.2.2 + ## [v0.2.1] > Jan 28, 2016 diff --git a/package.json b/package.json index f51345f9120..7a5cf07fea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pnpm.js", - "version": "0.2.1", + "version": "0.2.2", "description": "", "main": "index.js", "scripts": { @@ -14,6 +14,7 @@ "got": "6.1.1", "gunzip-maybe": "1.3.1", "meow": "3.7.0", + "mkdirp": "0.5.1", "mz": "2.2.0", "node-uuid": "1.4.7", "npm-package-arg": "4.1.0", @@ -22,7 +23,8 @@ "read-pkg-up": "1.0.1", "rimraf": "2.5.1", "semver": "5.1.0", - "tar-fs": "1.9.0" + "tar-fs": "1.9.0", + "thenify": "3.1.1" }, "preferGlobal": true, "bin": { @@ -34,11 +36,9 @@ "eslint": "1.10.3", "eslint-config-standard": "4.4.0", "eslint-plugin-standard": "1.3.1", - "mkdirp": "0.5.1", "nixt": "0.5.0", "sepia": "2.0.1", "tape": "4.4.0", - "tape-eslint": "1.2.1", - "thenify": "3.1.1" + "tape-eslint": "1.2.1" } }