@zohodesk/i18n 1.0.0-beta.31 → 1.0.0-beta.32
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/README.md +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/i18n",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.32",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"jsnext:main": "es/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"clean": "react-cli clean lib es coverage",
|
|
13
13
|
"build": "react-cli build:component:cmjs",
|
|
14
14
|
"build:es": "react-cli build:library:es",
|
|
15
|
-
"build:dev": "npm run clean && npm run build --module
|
|
15
|
+
"build:dev": "npm run clean && npm run build --module-mode=dev -- -w",
|
|
16
16
|
"prepublish": "npm run init && npm run build && npm run build:es ",
|
|
17
17
|
"prepare": "npm run init && npm run build && npm run build:es",
|
|
18
18
|
"test": "react-cli test",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"lint": "react-cli lint"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@zoho/SecurityJS": "
|
|
23
|
+
"@zoho/SecurityJS": "7.2.0"
|
|
24
24
|
},
|
|
25
25
|
"react-cli": {
|
|
26
26
|
"docs": {
|