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

Commit f44d30f

Browse files
committed
Normalize package name to "intl", additional metadata for bower.json
1 parent 833ede6 commit f44d30f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

bower.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
2-
"name": "Intl.js",
2+
"name": "intl",
3+
"version": "0.0.1",
4+
"description": "polyfill the ECMA-402 Intl API (except collation)",
35
"main": ["Intl.js", "Intl.min.js"],
6+
"keywords": [
7+
"intl",
8+
"i18n",
9+
"internationalization",
10+
"ecma402",
11+
"polyfill"
12+
],
413
"ignore": [
514
"/cldr",
615
"*.pyc",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "intl-polyfill",
2+
"name": "intl",
33
"version": "0.0.1",
44
"description": "polyfill the ECMA-402 Intl API (except collation)",
55
"main": "Intl.js",

0 commit comments

Comments
 (0)