Skip to content

Commit

Permalink
Fix to karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
inolasco committed Jan 31, 2016
1 parent 001b3d4 commit 3ea1fb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angulartics-piwik",
"description": "Piwik plugin for Angulartics",
"version": "1.0.1",
"version": "1.0.0",
"authors": [
"Ivan Nolasco <ivan.nolasco@me.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angulartics-piwik",
"description": "Piwik plugin for Angulartics",
"version": "1.0.1",
"version": "1.0.0",
"filename": "./src/angulartics-piwik.min.js",
"main": "./src/angulartics-piwik.js",
"homepage": "http://angulartics.github.io/",
Expand Down
12 changes: 6 additions & 6 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ module.exports = function(config) {
frameworks: ["jasmine"],

files: [
'components/angular/angular.js',
'components/angular-route/angular-route.js',
'components/angular-ui-router/release/angular-ui-router.js',
'components/angular-mocks/angular-mocks.js',
'src/**/*.js',
'test/**/*.js'
'../bower_components/angular/angular.js',
'../bower_components/angular-route/angular-route.js',
'../bower_components/angular-ui-router/release/angular-ui-router.js',
'../bower_components/angular-mocks/angular-mocks.js',
'../src/**/*.js',
'../test/**/*.js'
],

autoWatch: true,
Expand Down

0 comments on commit 3ea1fb2

Please sign in to comment.