polylith 0.1.72 → 0.1.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,9 +6,7 @@
6
6
  "@polylith/config-store": "^0.1.0",
7
7
  "@polylith/core": "^0.1.0",
8
8
  "react": "^17.0.2",
9
- "react-dom": "^17.0.2"
10
- },
11
- "devDependencies": {
9
+ "react-dom": "^17.0.2",
12
10
  "@polylith/builder": "^0.1.0",
13
11
  "@polylith/server": "^0.1.0",
14
12
  "polylith": "^0.1.0"
package/bin/polylith.js CHANGED
@@ -333,6 +333,7 @@ function getNames(params) {
333
333
  * Call this method to run npm install
334
334
  */
335
335
  async function runInstall() {
336
+ console.log('installing npm depenencies')
336
337
  await exec('npm install');
337
338
  }
338
339
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polylith",
3
- "version": "0.1.72",
3
+ "version": "0.1.74",
4
4
  "description": "cli for the polylith environment",
5
5
  "bin": {
6
6
  "polylith": "bin/polylith.js"
@@ -17,7 +17,7 @@
17
17
  "author": "Glenn Anderson",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@polylith/builder": "0.2.18",
20
+ "@polylith/builder": "0.2.20",
21
21
  "@polylith/server": "0.1.25",
22
22
  "fs-extra": "^10.1.0",
23
23
  "minimist": "^1.2.7"