Browse Source

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

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

2
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"

Loading…
Cancel
Save