Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jan 30, 2016
1 parent 32872ea commit 6df83ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ pnpm install lodash

## Custom registries

pnpm follows whatever is configured as npm registries. To use a custom registry (like the [strongloop npm registry](https://strongloop.com/strongblog/node-js-registry-mirror-rackspace/)), use:
pnpm follows whatever is configured as npm registries. To use a custom registry, use `npm config`:

```sh
# updates ~/.npmrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm.js",
"description": "A fast implementation of npm install",
"version": "0.11.0",
"version": "0.11.1",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bin": {
"pnpm": "bin/pnpm",
Expand Down

0 comments on commit 6df83ad

Please sign in to comment.