Skip to content

Commit 2a4b81b

Browse files
author
Dean Sofer
committed
Added browsers and removed jquery as an explicit dependency
1 parent 2ab0595 commit 2a4b81b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
- npm install -g bower
1010
- bower install
1111

12-
script: "testacular run"
12+
script: "testacular run --browsers=Firefox,PhantomJS"

component.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
},
1111
"main": "./select2.js",
1212
"dependencies": {
13-
"jquery": ">= 1.8.1",
1413
"angular": ">= 1.0.2",
1514
"select2": ">= 3.x.x"
1615
},

0 commit comments

Comments
 (0)