@zohodesk/components 1.4.15-exp.3 → 1.4.16
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.16",
|
|
4
4
|
"main": "es/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"snap-update": "npm run test-clean && npm run test -- -u",
|
|
49
49
|
"sstest": "npm run init && react-cli sstest",
|
|
50
50
|
"build:external": "npm run clean && npm run init && npm run docsjs:build && npm run build:externalDocCopy && react-cli build:component:umd && npm run externalDocHTMLChange",
|
|
51
|
-
"download": "
|
|
51
|
+
"download": "npm run download_only && cd ../ && npm run download",
|
|
52
52
|
"download_only": "react-cli clean ./node_modules ./package-lock.json && npm install",
|
|
53
53
|
"expublish": "npm publish --tag experimental-version",
|
|
54
54
|
"css:lineheight:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/lineheight_automation/lineHeightErrorCheck.js ./src/",
|