Skip to content

Commit

Permalink
Add bower.json. Fixes #461
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jul 11, 2013
1 parent 9e37e87 commit 15d8b77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "qunit",
"version": "1.13.0pre",
"main": "qunit/qunit.js",
"ignore": [
"**/.*",
"package.json",
"bower.json",
"Gruntfile.js",
"node_modules",
"test"
]
}

0 comments on commit 15d8b77

Please sign in to comment.