Skip to content

Commit

Permalink
Merge pull request #8 from danyim/master
Browse files Browse the repository at this point in the history
Adding the `main` and `ignore` fields in bower.json
  • Loading branch information
mihaifm committed Sep 25, 2014
2 parents 6b76ff6 + efa232e commit 9c33738
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "linqjs",
"version": "1.0.0",
"main": "linq.js",
"ignore": [
"**/.*",
"extensions",
"test",
"*.md",
"CHANGELOG",
"package.json"
],
"homepage": "/~https://github.com/mihaifm/linq",
"_release": "6b76ff6f5f",
"_resolution": {
"type": "branch",
"branch": "master",
"commit": "6b76ff6f5f77d3a4f7a7812bb9a979536f7e5e78"
},
"_source": "git://github.com/mihaifm/linq.git",
"_target": "*",
"_originalSource": "linqjs",
"_direct": true
}

0 comments on commit 9c33738

Please sign in to comment.