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

Commit a69a4c0

Browse files
committed
Added a bower.json file
1 parent 335a093 commit a69a4c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bower.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Intl.js",
3+
"main": ["Intl.js", "Intl.min.js"],
4+
"ignore": [
5+
"/cldr",
6+
"*.pyc",
7+
"*.log",
8+
".d8_history",
9+
"/tools",
10+
"/tests"
11+
]
12+
}

0 commit comments

Comments
 (0)