@clikvn/showroom-visualizer 0.3.2-dev-04 → 0.3.2-dev-05
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/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-05",
|
|
5
5
|
"author": "Clik JSC",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"type": "module",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"lint": "eslint src --format=compact",
|
|
22
22
|
"lint:fix": "eslint --fix src --format=compact",
|
|
23
23
|
"prettier": "prettier --write .",
|
|
24
|
-
"pub": "publish --access public",
|
|
24
|
+
"pub": "yarn publish --access public",
|
|
25
25
|
"deploy": "npm login && yarn build && yarn publish --access public"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|