@ronas-it/nx-generators 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ npx create-nx-workspace@latest my-project --preset=expo --appName=my-app --e2eTe
19
19
  2. Install this package:
20
20
 
21
21
  ```sh
22
- npm i @ronas-it/nx-generators
22
+ npm i @ronas-it/nx-generators --save-dev
23
23
  ```
24
24
 
25
25
  3. Run generators:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronas-it/nx-generators",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "NX generators for Ronas IT projects",
5
5
  "license": "MIT",
6
6
  "author": "Ronas IT",