@ronas-it/nx-generators 0.21.0-alpha.1 → 0.21.0

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/README.md CHANGED
@@ -29,7 +29,7 @@ The generators enforce several best practices according to [Nx concepts](https:/
29
29
  1. Create a monorepo using [Nx Typescript preset](https://nx.dev/docs/technologies/typescript):
30
30
 
31
31
  ```sh
32
- npx create-nx-workspace@latest my-project --preset=ts --e2eTestRunner=none --unitTestRunner=none --formatter=prettier --linter=eslint --ci=skip
32
+ npx create-nx-workspace@latest my-project --preset=ts --formatter=prettier --linter=eslint --ci=skip
33
33
  ```
34
34
 
35
35
  2. Install this package:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronas-it/nx-generators",
3
- "version": "0.21.0-alpha.1",
3
+ "version": "0.21.0",
4
4
  "description": "Nx generators for Ronas IT projects",
5
5
  "license": "MIT",
6
6
  "author": "Ronas IT",
@@ -1,4 +1,5 @@
1
1
  <% if(isStoreEnabled) { %> import { store } from '<%= libPath %>/shared/data-access/store';<% } %>
2
+ import '<%= libPath %>/shared/ui/styles';
2
3
  import { setLanguage } from '@ronas-it/react-native-common-modules/i18n';
3
4
  import { Stack } from 'expo-router';
4
5
  import { StatusBar } from 'expo-status-bar';