Skip to content

Commit

Permalink
(dist) remove 'lib' from directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Aug 12, 2010
1 parent 277d1aa commit f48ade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,6 +10,6 @@
"lib" : "lib", "lib" : "lib",
"main" : "./lib/node-static", "main" : "./lib/node-static",
"version" : "0.5.0", "version" : "0.5.0",
"directories" : { "lib": "./lib/node-static", "test": "./test" }, "directories" : { "test": "./test" },
"engines" : { "node": ">= 0.1.100" } "engines" : { "node": ">= 0.1.100" }
} }

0 comments on commit f48ade0

Please sign in to comment.