GitXplorerGitXplorer
t

npm3

public
34 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
8195b358fbd5db700b4a73ba490f97494a8508d3

Release 1.0.2

ttimoxley committed 9 years ago
Unverified
883247f06f85e16f8f3e81fc95174419518e0e41

Upgrade to npm@3.3.3

ttimoxley committed 9 years ago
Unverified
881b8809ea5a02e96f769c8f8a8424a3801c7cb1

Release 1.0.1

ttimoxley committed 9 years ago
Unverified
6ac10f8f7d116056eb8e57555aee11e6bbc9a559

Fix test because can't pass 3.0-next to npm info dist-tags on cli.

ttimoxley committed 9 years ago
Unverified
77c333f238f078ae9024b0ba11dfa2a4714284f5

Update tape dependency.

ttimoxley committed 9 years ago
Unverified
69ff1bf1ffda488dcb59f103b54fd463753f7f70

Upgrade to npm@3.2.2

ttimoxley committed 9 years ago

README

The README file for this repository.

npm3

Wraps the 'next' version of npm v3 as an executable npm3.

Allows you to use npm v3 alongside whatever other version of npm you currently have installed.

Installation & Update

npm install -g npm3

Remember to run this semi-regularly to get the latest version of npm v3.

Make sure you understand what's changing in npm v3 by reading the excellent Release Notes.

Usage

The npm3 executable behaves exactly like npm:

> npm3 -v
3.2.2
> npm3 install
> npm3 search
# etc

See Also

License

MIT