Skip to content

Commit

Permalink
fix(npm): Updated to beta 15 & removed most peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Apr 15, 2016
1 parent 89a563b commit 6078630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = function(config) {

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [process.env.TRAVIS ? 'Firefox' : 'Chrome'],
browsers: process.env.TRAVIS ? ['Firefox'] : ['Firefox', 'Chrome'],

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
Expand Down
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,16 @@
"typings": "./ng2-translate.d.ts",
"homepage": "https://github.com/ocombe/ng2-translate",
"peerDependencies": {
"angular2": ">= 2.0.0-beta.10",
"es6-shim": ">= 0.33.3",
"reflect-metadata": ">= 0.1.2",
"rxjs": ">= 5.0.0-beta.2",
"zone.js": ">= 0.6.4"
"angular2": ">= 2.0.0-beta.10"
},
"devDependencies": {
"angular2": "2.0.0-beta.12",
"angular2": "2.0.0-beta.15",
"commitizen": "~2.5.0",
"cz-conventional-changelog": "~1.1.4",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"gulp": "^3.9.1",
"gulp-git": "^1.7.1",
"jasmine-core": "~2.4.1",
"karma": "~0.13.15",
"karma-chrome-launcher": "~0.2.2",
Expand All @@ -53,7 +51,7 @@
"tsd": "^0.6.5",
"typescript": "^1.8.9",
"typings": "^0.6.8",
"zone.js": "^0.6.6"
"zone.js": "^0.6.10"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 6078630

Please sign in to comment.