We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155ecea commit fd330d9Copy full SHA for fd330d9
bower.json
@@ -9,12 +9,12 @@
9
"dist/famous-angular.css"
10
],
11
"dependencies": {
12
- "angular": "1.3.0",
+ "angular": "1.3.5",
13
"famous": "0.3.0",
14
"famous-angular-bower": "https://code.famo.us/famous-angular/bower/famous-angular-bower.tar.gz?version=0.5.0"
15
},
16
"devDependencies": {
17
- "angular-mocks": "1.3"
+ "angular-mocks": "1.3.5"
18
19
"ignore": [
20
"**/.*",
karma.conf.js
@@ -67,7 +67,7 @@ module.exports = function (config) {
67
68
// start these browsers
69
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
70
- browsers: ['Chrome'],
+ browsers: ['PhantomJS'],
71
72
// Continuous Integration mode
73
// if true, Karma captures browsers, runs the tests and exits
0 commit comments