about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorAsh Furrow <ash@ashfurrow.com>2017-04-25 17:37:51 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-04-25 17:37:51 +0200
commit48652cb41e328e6ad32cb5cb54aefc978df6b11b (patch)
tree08b55e791389687506819800bbb972e7e9134cc6 /package.json
parentd4f7f11c3c8f4c117394feccca9bbe537f59524d (diff)
Fixes string length issue for multibyte characters. (#2443)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 83f129b97..a0e09be33 100644
--- a/package.json
+++ b/package.json
@@ -69,6 +69,7 @@
     "reselect": "^2.5.4",
     "sass-loader": "^6.0.2",
     "sinon": "^1.17.6",
+    "stringz": "^0.1.2",
     "style-loader": "^0.13.2",
     "utf-8-validate": "^3.0.1",
     "uuid": "^3.0.1",