Skip to content

Commit

Permalink
fix(app): added karma dependencies directly to package template
Browse files Browse the repository at this point in the history
fixes #55
  • Loading branch information
DaftMonk committed Jan 16, 2014
1 parent c3b8726 commit 13ea60e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Expand Up @@ -110,7 +110,7 @@ var Generator = module.exports = function Generator(args, options) {
options: {
coffee: this.options.coffee,
travis: true,
'skip-install': this.options['skip-install'],
'skip-install': true,
components: [
'angular/angular.js',
'angular-mocks/angular-mocks.js'
Expand Down
15 changes: 14 additions & 1 deletion templates/common/_package.json
Expand Up @@ -41,7 +41,20 @@
"time-grunt": "~0.2.1",
"grunt-express-server": "~0.4.5",
"grunt-open": "~0.2.0",
"connect-livereload": "~0.3.0"
"connect-livereload": "~0.3.0",
"karma-ng-scenario": "~0.1.0",
"grunt-karma": "~0.6.2",
"karma-firefox-launcher": "~0.1.3",
"karma-script-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.2",
"requirejs": "~2.1.10",
"karma-requirejs": "~0.2.1",
"karma-coffee-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.9",
"karma-ng-html2js-preprocessor": "~0.1.0"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 13ea60e

Please sign in to comment.