Comparing version 0.1.4 to 0.1.5
@@ -52,3 +52,3 @@ /*jslint forin: true*/ | ||
hasModule = (typeof module !== 'undefined' && module.exports), | ||
VERSION = '0.1.3', | ||
VERSION = '0.1.5', | ||
//configuration with defaults set | ||
@@ -195,3 +195,3 @@ CONFIG = { | ||
loadMoment(LOCALES.moment[BESTMATCH]); | ||
loadNumeral(LOCALEs.numeral[BESTMATCH]); | ||
loadNumeral(LOCALES.numeral[BESTMATCH]); | ||
} | ||
@@ -198,0 +198,0 @@ |
{ | ||
"name": "gengojs", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "An uber basic and simple i18n library for Express 4", | ||
@@ -5,0 +5,0 @@ "main": "gengo.js", |