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

Commit af235a6

Browse files
committed
preparing 1.2.6
1 parent 2758ce7 commit af235a6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

bower.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "intl",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Polyfill the ECMA-402 Intl API (except collation)",
5-
"main": ["dist/Intl.js", "locale-data/jsonp"],
5+
"main": [
6+
"dist/Intl.js",
7+
"locale-data/jsonp"
8+
],
69
"keywords": [
710
"intl",
811
"i18n",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Polyfill the ECMA-402 Intl API (except collation)",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)