Store pre-compiled binary dependencies in 'vendor' directory.

This frees up 'lib' directory to allow for more modular JavaScript.
This commit is contained in:
Lovell Fuller
2016-10-31 14:52:23 +00:00
parent 928edfd1dd
commit 552cfd6ff1
5 changed files with 93 additions and 95 deletions

View File

@@ -31,7 +31,7 @@
"Matthias Thoemmes <thoemmes@gmail.com>"
],
"scripts": {
"clean": "rm -rf node_modules/ build/ include/ lib/ coverage/ test/fixtures/output.*",
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",
"test": "semistandard && cross-env VIPS_WARNING=0 nyc --reporter=lcov --branches=96 mocha --slow=5000 --timeout=60000 ./test/unit/*.js",
"test-leak": "./test/leak/leak.sh",
"test-packaging": "./packaging/test-linux-x64.sh"