Comparing version 1.1.0 to 1.1.1
@@ -16,3 +16,3 @@ `use strict`; | ||
.reduce( | ||
(res, key) => res[key], | ||
(res, key) => res && res[key], | ||
languages[lang] | ||
@@ -19,0 +19,0 @@ ); |
{ | ||
"name": "new-i18n", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "new-i18n is a simple and easy to use internationalization library.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2661