Skip to content

Commit 188f6e9

Browse files
author
Dean Sofer
committed
Removed test config in lieu of angular-module
1 parent ace0940 commit 188f6e9

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
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 start test/test.conf.js --browsers=Firefox,PhantomJS"
12+
script: "testacular start components/angular-module/test.conf.js --browsers=Firefox,PhantomJS"

component.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,24 @@
33
"name": "angular-select2",
44
"version": "0.4.0",
55
"homepage": "http://angular-ui.github.com",
6-
"keywords": [ "angular", "angularui", "select2" ],
6+
"keywords": [
7+
"angular",
8+
"angularui",
9+
"select2"
10+
],
711
"repository": {
812
"type": "git",
913
"url": "git://github.com/angular-ui/angular-ui.git"
1014
},
1115
"main": "./src/ui-select2.js",
1216
"dependencies": {
1317
"angular": ">= 1.0.2",
14-
"select2": ">= 3.x.x"
18+
"select2": "~3.3.1",
19+
"angular-module": "latest",
20+
"angular-mocks": "~1.0.5"
1521
},
1622
"devDependencies": {
23+
"angular-module": "latest",
1724
"angular-mocks": ">= 1.0.2"
1825
}
19-
}
26+
}

test/test.conf.js

Lines changed: 0 additions & 14 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)