Skip to content

Commit

Permalink
Fix npm package lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 9, 2010
1 parent 3b3bc80 commit 81f0777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
},
"engines" : { "node" : ">=0.1.9" },
"directories": {
"lib": "lib"
"lib": "./lib/jsdom"
},
"main": "./lib/jsdom"
}
Expand Down

0 comments on commit 81f0777

Please sign in to comment.