Remove preuninstall script

This commit is contained in:
Philipp Muens 2017-03-20 12:27:39 +01:00
parent eeb8b8a68c
commit 5bc121885e

View File

@ -55,8 +55,7 @@
"docs": "node scripts/generate-readme.js",
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
"complex-integration-test": "jest --maxWorkers=5 integration",
"postinstall": "node ./scripts/postinstall.js",
"preuninstall": "node ./scripts/preuninstall.js"
"postinstall": "node ./scripts/postinstall.js"
},
"jest": {
"testRegex": "(\\.|/)(tests)\\.js$",