Skip to content

Commit

Permalink
Forgot to include updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dschissler committed Oct 20, 2014
1 parent d39003a commit a8498dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ module.exports =
# Try to load the locale specified by the browser. Webpack will throw an exception
# if it does not exist since it has been required with a regex. Then if the
# locale has both both parts then try to load the base language without a territory
# code (ex. 'es', 'en'). If this fails then load the default language (usually 'en_US').
# If the locale is not multipart then just fallback to the default language.
# This allows for a single base language to be used without territories or
# with incomplete coverage for all territories.
# code (ex. 'es', 'en'). If this fails then load the default language (ex.
# 'en_US'). If the locale is not multipart then just fallback to the default
# language. This allows for a single base language to be used without territories
# or with incomplete coverage for all territories.
try
waitForLangChunk = getLangLoader locale
catch eLocale
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "po-loader",
"version": "0.1.1",
"version": "0.1.2",
"author": {
"name": "David Schissler @dschissler"
},
Expand Down

0 comments on commit a8498dd

Please sign in to comment.