@clikvn/showroom-visualizer 0.3.2-dev-03 → 0.3.2-dev-04
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/dist/hooks/useStore.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/web.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clikvn/showroom-visualizer",
|
|
3
3
|
"description": "Showroom Visualizer",
|
|
4
|
-
"version": "0.3.2-dev-
|
|
4
|
+
"version": "0.3.2-dev-04",
|
|
5
5
|
"author": "Clik JSC",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"lint:fix": "eslint --fix src --format=compact",
|
|
23
23
|
"prettier": "prettier --write .",
|
|
24
24
|
"pub": "publish --access public",
|
|
25
|
-
"deploy": "yarn build && yarn publish --access public"
|
|
25
|
+
"deploy": "npm login && yarn build && yarn publish --access public"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@clikvn/react-bottom-sheet": "^1.0.3",
|