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

@@ -34,13 +34,13 @@
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.1",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.1",
"dependency-check": "^2.9.1",
"jest": "^20.0.3",
"jest": "^21.2.1",
"rimraf": "^2.6.1",
"standard": "^10.0.2"
},