Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
preparing 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Nov 17, 2016
1 parent 2758ce7 commit af235a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "intl",
"version": "1.2.5",
"version": "1.2.6",
"description": "Polyfill the ECMA-402 Intl API (except collation)",
"main": ["dist/Intl.js", "locale-data/jsonp"],
"main": [
"dist/Intl.js",
"locale-data/jsonp"
],
"keywords": [
"intl",
"i18n",
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": "intl",
"version": "1.2.5",
"version": "1.2.6",
"description": "Polyfill the ECMA-402 Intl API (except collation)",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit af235a6

Please sign in to comment.