Skip to content

Commit

Permalink
new modules format for package.json, boost to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Aug 27, 2010
1 parent 393444a commit 0f11600
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name" : "traverse",
"version" : "0.0.6",
"version" : "0.0.7",
"description" : "Traverse and transform objects by visiting every node on a recursive walk.",
"author" : "James Halliday",
"main" : "./lib/traverse",
"directories" : {
"lib" : "./lib"
"modules" : {
"index" : "./lib/traverse",
"web" : "./lib/web",
"hash" : "./lib/hash"
},
"repository" : {
"type" : "git",
Expand Down

0 comments on commit 0f11600

Please sign in to comment.