Fix the "'true' is not found" error.

This commit is contained in:
Cheng Zhao 2013-10-28 09:23:57 +08:00
parent 9605da9d56
commit 010905db0b

View File

@ -139,7 +139,7 @@
},
"private": true,
"scripts": {
"preinstall": "true",
"test": "script/test"
"preinstall": "node -e 'process.exit(0)'",
"test": "node script/test"
}
}