Skip to content

Commit

Permalink
Merge pull request davglass#4 from temsa/patch-1
Browse files Browse the repository at this point in the history
Fixes package.json main to the good path so it just works
  • Loading branch information
davglass committed Feb 1, 2012
2 parents 37c119b + bcba1d4 commit f8f35fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"url": "git://github.com/davglass/node-getrusage.git" "url": "git://github.com/davglass/node-getrusage.git"
} }
], ],
"main": "./getrusage", "main": "./build/default/getrusage",
"scripts": { "scripts": {
"build": "node-waf configure build", "build": "node-waf configure build",
"test": "node-waf test", "test": "node-waf test",
Expand Down

0 comments on commit f8f35fc

Please sign in to comment.