Skip to content

Commit

Permalink
Use older version of workspaces pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Apr 24, 2018
1 parent 7ca692d commit f9b316f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@
"semi": false,
"singleQuote": true
},
"workspaces": {
"packages": [
"packages/microcosm",
"packages/microcosm-devtools",
"packages/microcosm-dom",
"packages/microcosm-graphql",
"packages/microcosm-http",
"packages/microcosm-www",
"packages/examples/*"
]
}
"workspaces": [
"packages/microcosm",
"packages/microcosm-devtools",
"packages/microcosm-dom",
"packages/microcosm-graphql",
"packages/microcosm-http",
"packages/microcosm-www",
"packages/examples/*"
]
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
version "4.11.8"
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"

[email protected], body-parser@^1.18.0, body-parser@^1.18.1, body-parser@^1.18.2:
[email protected], body-parser@^1.18.0, body-parser@^1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454"
dependencies:
Expand Down Expand Up @@ -4548,7 +4548,7 @@ html-webpack-plugin@^2.30.1:
pretty-error "^2.0.2"
toposort "^1.0.0"

html-webpack-plugin@^3.2.0:
html-webpack-plugin@^3.0.6, html-webpack-plugin@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b"
dependencies:
Expand Down

0 comments on commit f9b316f

Please sign in to comment.