Fix the "'true' is not recognized as an internal or external command" error.

This commit is contained in:
Cheng Zhao 2013-11-01 10:15:41 +08:00
parent 362bb6e68b
commit 618d0c6397

View file

@ -16,6 +16,6 @@
"private": true,
"scripts": {
"preinstall": "true"
"preinstall": "node -e 'process.exit(0)'"
}
}