Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
version 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 6, 2010
1 parent 9d52c88 commit 7cc4f8e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{ "name" : "npm"
, "description" : "A package manager for node"
, "keywords" : [ "package manager", "modules", "install", "package.json" ]
, "version" : "0.2.10-1"
, "version" : "0.2.11"
, "homepage" : "http://npmjs.org/"
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)"
, "contributors" :
Expand Down Expand Up @@ -41,8 +41,10 @@
, "directories" : { "doc" : "./doc", "man" : "./man1", "lib" : "./lib" }
, "bin" : { "npm" : "./cli.js" }
, "main" : "npm"
, "engines" : { "node" : ">=0.2.0" }
, "scripts" : { "test" : "make test" }
, "engines" : { "node" : ">=0.2.3" }
, "scripts" : { "test" : "make test"
, "postinstall" : "./scripts/install-message.sh"
}
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/isaacs/npm/raw/master/LICENSE"
Expand Down

0 comments on commit 7cc4f8e

Please sign in to comment.