create-pb-tririga-react-app 1.0.9 → 1.0.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pb-tririga-react-app",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Scaffold a TRIRIGA React app with Vite and TypeScript",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -13,12 +13,7 @@ This is a template for building IBM TRIRIGA UX applications using React, TypeScr
13
13
  ```
14
14
  pnpm install
15
15
  ```
16
-
17
- 3. **Configure Environment**
18
- Copy `.env.example` to `.env` and update the values for your local development and deployment settings.
19
- ```
20
- cp .env.example .env
21
- ```
16
+
22
17
 
23
18
  ## Deployment
24
19