@vunex/support-chat 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -4,9 +4,8 @@
4
4
 
5
5
  ## 1. Установка
6
6
 
7
- Если модуль находится в локальной папке:
8
7
  ```bash
9
- npm install ./path/to/gig-support-chat
8
+ npm install @vunex/support-chat
10
9
  ```
11
10
 
12
11
  ## 2. Инициализация (main.ts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunex/support-chat",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,7 +20,8 @@
20
20
  "require": "./dist/gig-support-chat.umd.js",
21
21
  "types": "./dist/index.d.ts"
22
22
  },
23
- "./style.css": "./dist/style.css"
23
+ "./style.css": "./dist/support-chat.css",
24
+ "./dist/support-chat.css": "./dist/support-chat.css"
24
25
  },
25
26
  "files": [
26
27
  "dist"