Skip to content

Commit 9c33738

Browse files
committed
Merge pull request #8 from danyim/master
Adding the `main` and `ignore` fields in bower.json
2 parents 6b76ff6 + efa232e commit 9c33738

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bower.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "linqjs",
3+
"version": "1.0.0",
4+
"main": "linq.js",
5+
"ignore": [
6+
"**/.*",
7+
"extensions",
8+
"test",
9+
"*.md",
10+
"CHANGELOG",
11+
"package.json"
12+
],
13+
"homepage": "https://github.com/mihaifm/linq",
14+
"_release": "6b76ff6f5f",
15+
"_resolution": {
16+
"type": "branch",
17+
"branch": "master",
18+
"commit": "6b76ff6f5f77d3a4f7a7812bb9a979536f7e5e78"
19+
},
20+
"_source": "git://github.com/mihaifm/linq.git",
21+
"_target": "*",
22+
"_originalSource": "linqjs",
23+
"_direct": true
24+
}

0 commit comments

Comments
 (0)