Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
add qunit as bower component; fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Apr 25, 2013
1 parent 8ac1ac3 commit 22317c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
components/
bower_components/
3 changes: 2 additions & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "matches-selector-helper",
"main": "matches-selector.js",
"version": "0.2.0",
"dependencies": {
"devDependencies": {
"qunit": "~1.10"
}
}
4 changes: 2 additions & 2 deletions tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<title>matchesSelector tests</title>

<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.10.0.css" />
<link rel="stylesheet" href="components/qunit/qunit.css" />

<script src="http://code.jquery.com/qunit/qunit-1.10.0.js"></script>
<script src="components/qunit/qunit.js"></script>

</head>
<body>
Expand Down

0 comments on commit 22317c7

Please sign in to comment.