Skip to content

Commit

Permalink
Remove workspaces key, as yarn workspaces is not in use
Browse files Browse the repository at this point in the history
this monorepo uses `lerna bootstrap` with `npm` as a dependency manager, so the "workspaces" key is not needed.

fixes #479
  • Loading branch information
AviVahl committed Jun 2, 2018
1 parent b1e7ef3 commit a1a796d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -21,9 +21,6 @@
"module",
"bundler"
],
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"{packages}/**/!(node_modules)/*.js\" ",
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
Expand Down

0 comments on commit a1a796d

Please sign in to comment.