Skip to content

Commit

Permalink
add bower.json with 'main' attribute so that it works with bower and …
Browse files Browse the repository at this point in the history
…mainBowerFiles
  • Loading branch information
Matthew McKinley committed Dec 3, 2015
1 parent 7b23c8c commit 7eb6eb0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "safeApply",
"main": "src/Scope.safeApply.js",
"ignore": [
".*",
"*.custom.*",
"*.log",
"*.map",
"*.md",
"component.json",
"package.json",
"doc",
"node_modules",
"perf",
"test",
"vendor"
]
}

0 comments on commit 7eb6eb0

Please sign in to comment.