feat: use Yarn workspaces

Much faster installation which is very important for CI.

We'll see if it proves difficult for deps management.
This commit is contained in:
Julien Fontanet
2017-10-28 13:23:56 +02:00
parent ea7c44b544
commit 11b1ff478e
58 changed files with 5716 additions and 63489 deletions

View File

@@ -32,12 +32,12 @@
"dependencies": {
"babel-runtime": "^6.11.6",
"cron": "^1.1.0",
"event-to-promise": "^0.7.0",
"event-to-promise": "^0.8.0",
"lodash": "^4.16.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.1",
"babel-plugin-lodash": "^3.2.9",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",