Browse Source

package: remove the "preinstall" phase, add the "test" phase

v1.x
Nathan Rajlich 13 years ago
parent
commit
c1645a7da7
  1. 4
      package.json

4
package.json

@ -6,7 +6,7 @@
, "homepage": "https://github.com/learnboost/node-canvas" , "homepage": "https://github.com/learnboost/node-canvas"
, "repository": "git://github.com/learnboost/node-canvas" , "repository": "git://github.com/learnboost/node-canvas"
, "scripts": { , "scripts": {
"preinstall": "node-waf configure build" "test": "make test"
} }
, "devDependencies": { , "devDependencies": {
"express": ">= 2.3.7 && < 3.0.0" "express": ">= 2.3.7 && < 3.0.0"
@ -16,4 +16,4 @@
} }
, "engines": { "node": ">= 0.4.0 && < 0.9.0" } , "engines": { "node": ">= 0.4.0 && < 0.9.0" }
, "main": "./lib/canvas.js" , "main": "./lib/canvas.js"
} }

Loading…
Cancel
Save