@clickview/ship-it 0.0.42 → 0.0.43-rc.1

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.
@@ -5,7 +5,6 @@ exports.MONOREPO_DISTS_MAP = exports.MONOREPO_PACKAGE_JSON_FILES_MAP = exports.M
5
5
  var ProjectNames_1 = require("./ProjectNames");
6
6
  exports.MONOREPO_PACKAGE_JSON_FILES = [
7
7
  'packages/libs/analytics/package.json',
8
- 'packages/libs/styles/package.json',
9
8
  'packages/libs/tooling/package.json',
10
9
  'packages/projects/auth/package.json',
11
10
  'packages/projects/curator/package.json',
@@ -63,7 +63,7 @@ var utils_1 = require("../utils");
63
63
  var MonorepoPackageJsonFiles_1 = require("../constants/MonorepoPackageJsonFiles");
64
64
  var ROOT_DIRECTORIES = {
65
65
  // Curator
66
- 62: 'src/ClickView.Curator.Web/Assets',
66
+ 62: 'src/ClickView.Curator.Web',
67
67
  // Library Editor
68
68
  534: 'src/ClickView.Cloud',
69
69
  // Lite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/ship-it",
3
- "version": "0.0.42",
3
+ "version": "0.0.43-rc.1",
4
4
  "description": "Release Manager",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {