Skip to content

Commit

Permalink
chore: update pnpm links (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlon authored and fengmk2 committed Aug 24, 2017
1 parent d5906ee commit 5ea123d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ co(function* () {

## Different with NPM

This project is inspired by [pnpm](https://github.com/rstacruz/pnpm), and has a similar store structure like pnpm. You can read [pnpm vs npm](https://github.com/rstacruz/pnpm/blob/master/docs/vs-npm.md) to see the different with npm.
This project is inspired by [pnpm](https://github.com/pnpm/pnpm), and has a similar store structure like pnpm. You can read [pnpm vs npm](https://github.com/pnpm/pnpm/blob/master/docs/pnpm-vs-npm.md) to see the different with npm.

### Limitations

Expand Down Expand Up @@ -273,7 +273,7 @@ npm with cache | 0m20.939s | 0m19.415s | 0m6.302s

### pnpm benchmark

see https://github.com/rstacruz/pnpm#benchmark
see https://github.com/pnpm/pnpm#benchmark

```bash
npminstall babel-preset-es2015 browserify chalk debug minimist mkdirp
Expand Down
2 changes: 1 addition & 1 deletion benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ghost:
@cd ghost && time npm_registry=https://registry.npm.taobao.org pnpm install

pnpm:
# see https://github.com/rstacruz/pnpm#benchmark
# see https://github.com/pnpm/pnpm#benchmark
@echo "npminstall babel-preset-es2015 browserify chalk debug minimist mkdirp"
@cd cnpmjs.org && rm -rf node_modules
@cd cnpmjs.org && time ../../bin/install.js -c babel-preset-es2015 browserify chalk debug minimist mkdirp
Expand Down
2 changes: 1 addition & 1 deletion test/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm test || exit $?
cd ..
rm -rf .tmp

git clone https://github.com/rstacruz/pnpm.git --depth=1 .tmp
git clone https://github.com/pnpm/pnpm.git --depth=1 .tmp
cd .tmp
../bin/install.js || exit $?
npm test || exit $?
Expand Down

0 comments on commit 5ea123d

Please sign in to comment.