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

Commit

Permalink
bump version and remove "lib" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 22, 2010
1 parent cb59724 commit e746c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
, "version" : "0.1.25modules"
, "version" : "0.1.26alpha"
, "homepage" : "http://npmjs.org/"
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)"
, "contributors" :
Expand All @@ -25,7 +25,7 @@
{ "mail" : "npm-@googlegroups.com"
, "web" : "http://github.com/isaacs/npm/issues"
}
, "directories" : { "doc" : "./doc", "man" : "./man", "lib" : "./lib" }
, "directories" : { "doc" : "./doc", "man" : "./man" }
, "bin" : { "npm" : "./cli.js" }
, "engines" : { "node" : ">=0.1.103" }
, "scripts" :
Expand Down

0 comments on commit e746c38

Please sign in to comment.