@nrwl/workspace 13.0.0-rc.1 → 13.0.2

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.
package/generators.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "ng-add": {
13
13
  "factory": "./src/generators/init/init#initSchematic",
14
14
  "schema": "./src/generators/init/schema.json",
15
- "description": "Convert an existing CLI project into an Nx Workspace",
15
+ "description": "Convert an existing Angular CLI project into an Nx Workspace",
16
16
  "hidden": true
17
17
  },
18
18
 
@@ -90,7 +90,7 @@
90
90
  "ng-add": {
91
91
  "factory": "./src/generators/init/init#initGenerator",
92
92
  "schema": "./src/generators/init/schema.json",
93
- "description": "Convert an existing CLI project into an Nx Workspace",
93
+ "description": "Convert an existing Angular CLI project into an Nx Workspace",
94
94
  "hidden": true
95
95
  },
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "13.0.0-rc.1",
3
+ "version": "13.0.2",
4
4
  "description": "Smart, Extensible Build Framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,10 +57,10 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@parcel/watcher": "2.0.0-alpha.11",
60
- "@nrwl/cli": "13.0.0-rc.1",
61
- "@nrwl/devkit": "13.0.0-rc.1",
62
- "@nrwl/jest": "13.0.0-rc.1",
63
- "@nrwl/linter": "13.0.0-rc.1",
60
+ "@nrwl/cli": "13.0.2",
61
+ "@nrwl/devkit": "13.0.2",
62
+ "@nrwl/jest": "13.0.2",
63
+ "@nrwl/linter": "13.0.2",
64
64
  "chokidar": "^3.5.1",
65
65
  "cosmiconfig": "^4.0.0",
66
66
  "fs-extra": "^9.1.0",