Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jan 28, 2016
1 parent 320d5ab commit 9371359
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions 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
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pnpm.js",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -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",
Expand All @@ -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": {
Expand All @@ -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"
}
}

0 comments on commit 9371359

Please sign in to comment.