From c1645a7da71c4d37b209493be3146190a4536e54 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 23 Jul 2012 11:38:35 -0700 Subject: [PATCH] package: remove the "preinstall" phase, add the "test" phase --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}