Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions bower.json

This file was deleted.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"test": "test"
},
"scripts": {
"postinstall": "bower install",
"pretest": "npm install",
"test": "node node_modules/.bin/karma start test/karma.conf.js",
"test-single-run": "node node_modules/.bin/karma start test/karma.conf.js --single-run"
Expand All @@ -31,11 +30,11 @@
"angular": "^1.0.x"
},
"devDependencies": {
"angular": "^1.2.x",
"angular-mocks": "^1.2.x",
"jasmine-core": "^2.4.1",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"bower": "^1.4.1",
"angular": "^1.2.x",
"angular-mocks": "^1.2.x"
"karma-jasmine": "^0.3.6"
}
}
8 changes: 4 additions & 4 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module.exports = function(config) {

// list of files / patterns to load in the browser
files: [
'bower_components/angular/angular.js',
'bower_components/angular-mocks/angular-mocks.js',
'angular-slugify.js',
'test/unit/**/*.js'
'node_modules/angular/angular.js',
'node_modules/angular-mocks/angular-mocks.js',
'angular-slugify.js',
'test/unit/**/*.js'
],


Expand Down