@nrwl/react 16.9.0-beta.1 → 16.9.0-beta.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/package.json +3 -3
- package/README.md +0 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react",
|
|
3
|
-
"version": "16.9.0-beta.
|
|
3
|
+
"version": "16.9.0-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"builders": "./executors.json",
|
|
28
28
|
"schematics": "./generators.json",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@nx/react": "16.9.0-beta.
|
|
30
|
+
"@nx/react": "16.9.0-beta.2"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"migrations": "@nx/react/migrations.json"
|
|
37
37
|
},
|
|
38
38
|
"type": "commonjs",
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "e11d538fa2c7266066d554d9405abab8e0a65040"
|
|
40
40
|
}
|
package/README.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
## @nrwl/react has been renamed to @nx/react!
|
|
2
|
-
|
|
3
|
-
@nrwl/react has been renamed to [@nx/react](https://www.npmjs.com/package/@nx/react). Please use that instead.
|
|
4
|
-
|
|
5
|
-
[Read more here](https://nx.dev/recipes/other/rescope)
|
|
6
|
-
|
|
7
|
-
@nrwl/react will no longer be published in Nx v17.
|
|
8
|
-
|
|
9
|
-
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
|
|
10
|
-
|
|
11
|
-
# Nx: Smart, Fast and Extensible Build System
|
|
12
|
-
|
|
13
|
-
Nx is a next generation build system with first class monorepo support and powerful integrations.
|