@omnic/widget-locations 1.0.4 → 1.0.5

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,13 +17,14 @@ $ npm run build:lib
17
17
  ```bash
18
18
  $ cd clients/react
19
19
  $ npm install
20
+ $ npm link
20
21
  $ npm run dev
21
22
  ```
22
23
 
23
24
  ## Сборка в режиме `standalone` приложения
24
25
 
25
26
  ```bash
26
- $ npm run link:app
27
+ $ npm run build:app
27
28
  ```
28
29
 
29
30
  Далее можно перейти в раздел `clients/vanilla`, установить зависимости и протестировать
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnic/widget-locations",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/lib/widget.umd.js",
6
6
  "module": "./dist/lib/widget.es.js",