Skip to content

Commit

Permalink
updating dev deps, closes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Feb 24, 2016
1 parent c3db548 commit b30e24d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs2-launcher": "^0.4.0",
"karma-systemjs": "^0.10.0",
"karma-phantomjs-launcher": "1.0.0",
"karma-systemjs": "^0.11.0",
"phantomjs-prebuilt": "^2.1.4",
"strip-sourcemap-loader": "0.0.1",
"systemjs": "^0.19.15",
"traceur": "0.0.93",
"traceur": "0.0.102",
"tslint": "^3.2.1",
"tslint-eslint-rules": "^1.0.1",
"typescript": "1.8.2",
Expand Down
4 changes: 1 addition & 3 deletions test/karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ module.exports = function(config) {
'node_modules/zone.js/dist/long-stack-trace-zone.js',
'node_modules/zone.js/dist/jasmine-patch.js',
'node_modules/es6-module-loader/dist/es6-module-loader.js',
'node_modules/traceur/bin/traceur-runtime.js', // Required by PhantomJS2, otherwise it shouts ReferenceError: Can't find variable: require
'node_modules/traceur/bin/traceur.js',
'node_modules/systemjs/dist/system.src.js',
'node_modules/reflect-metadata/Reflect.js',

{ pattern: 'node_modules/angular2/**/*.js', included: false, watched: false },
{ pattern: 'node_modules/ionic-framework/**/*.js', included: false, watched: false },
{ pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false },
{ pattern: 'node_modules/systemjs/dist/system-polyfills.js', included: false, watched: false }, // PhantomJS2 (and possibly others) might require it
{ pattern: 'www/build/test/**/*.js', included: false, watched: true },
{ pattern: 'www/build/test/**/*.html', included: false, served: true},

Expand Down Expand Up @@ -91,7 +89,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [
'PhantomJS2',
'PhantomJS',
],


Expand Down

0 comments on commit b30e24d

Please sign in to comment.