diff --git a/package.json b/package.json index 55e601e..8730053 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ , "homepage": "https://github.com/learnboost/node-canvas" , "repository": "git://github.com/learnboost/node-canvas" , "scripts": { - "preinstall": "node-waf configure build" + "test": "make test" } , "devDependencies": { "express": ">= 2.3.7 && < 3.0.0" @@ -16,4 +16,4 @@ } , "engines": { "node": ">= 0.4.0 && < 0.9.0" } , "main": "./lib/canvas.js" -} \ No newline at end of file +}