@ututrust/web-components 2.2.22-alpha.9 → 2.3.0-alpha.1

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
@@ -250,7 +250,7 @@ $ npm install
250
250
  Start watch mode with preview in a browser
251
251
 
252
252
  ```bash
253
- $ npm start
253
+ $ npm run dev
254
254
  ```
255
255
 
256
256
  Production build
@@ -282,3 +282,4 @@ This will generate a ```.tgz``` file at the directory’s root with a structure
282
282
  ```bash
283
283
  $ npm install <path to the package>/utu-web-components-1.0.0.tgz
284
284
  ```
285
+
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "src/index.ts": {
3
3
  "file": "index.cjs",
4
- "isEntry": true,
5
- "src": "src/index.ts"
4
+ "name": "index",
5
+ "src": "src/index.ts",
6
+ "isEntry": true
6
7
  },
7
8
  "style.css": {
8
- "file": "style.css",
9
+ "file": "index.css",
9
10
  "src": "style.css"
10
11
  }
11
12
  }