Skip to content

Commit

Permalink
Undo --verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bornstein committed Aug 24, 2012
1 parent fc1af42 commit 3f5228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
},

"scripts": {
"install": "node-gyp --verbose configure build; mkdir -p bin; mv build/Release/*.node bin",
"install": "node-gyp configure build; mkdir -p bin; mv build/Release/*.node bin",
"test": "node test/test.js"
}
}

0 comments on commit 3f5228b

Please sign in to comment.