Skip to content

Commit

Permalink
Use yarn workspaces (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi authored Aug 6, 2017
1 parent f8669f7 commit 4359199
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 859 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
workspaces-experimental true
2 changes: 2 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"lerna": "2.0.0",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
"publish": {
"ignore": [
Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,24 @@
"chalk": "^2.0.1",
"cli-table": "^0.3.1",
"closure-compiler": "^0.2.12",
"codecov": "^2.2.0",
"codecov": "^2.3.0",
"commander": "^2.11.0",
"eslint": "^4.1.1",
"eslint": "^4.4.0",
"google-closure-compiler-js": "^20170626.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-newer": "^1.1.0",
"gulp-newer": "^1.3.0",
"gulp-util": "^3.0.8",
"jest-cli": "^20.0.4",
"lerna": "^2.0.0",
"lerna-changelog": "^0.5.0",
"markdown-table": "^1.1.0",
"prettier": "^1.5.2",
"lerna-changelog": "^0.6.0",
"markdown-table": "^1.1.1",
"prettier": "^1.5.3",
"request": "^2.81.0",
"through2": "^2.0.1",
"uglify-js": "^3.0.23"
}
"through2": "^2.0.3",
"uglify-js": "^3.0.27"
},
"workspaces": [
"packages/*"
]
}
Loading

0 comments on commit 4359199

Please sign in to comment.