Skip to content

Commit

Permalink
fix(npm): update to angular2-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Mar 19, 2016
1 parent ab78e12 commit 13eea25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = function(config) {
typescriptPreprocessor: {
options: require('./tsconfig.json').compilerOptions,
typings: [
"node_modules/zone.js/dist/zone.js.d.ts",
"typings/main.d.ts"
]
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"zone.js": ">= 0.5.10"
},
"devDependencies": {
"angular2": "2.0.0-beta.10",
"angular2": "2.0.0-beta.11",
"commitizen": "~2.5.0",
"cz-conventional-changelog": "~1.1.4",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"es6-shim": "^0.35.0",
"jasmine-core": "~2.4.1",
"karma": "~0.13.15",
"karma-chrome-launcher": "~0.2.2",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.6",
"karma-jasmine": "~0.3.8",
"karma-typescript-preprocessor": "0.0.21",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"semantic-release": "~4.3.5",
"systemjs": "~0.19.22",
"systemjs-builder": "^0.15.9",
"systemjs": "~0.19.24",
"systemjs-builder": "^0.15.13",
"tsd": "^0.6.5",
"typescript": "^1.8.0",
"typescript": "^1.8.9",
"typings": "^0.6.8",
"zone.js": "^0.6.4"
},
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"files": [
"typings/main.d.ts",
"node_modules/zone.js/dist/zone.js.d.ts",
"ng2-translate.ts",
"./src/translate.pipe.ts",
"./src/translate.service.ts",
Expand Down

0 comments on commit 13eea25

Please sign in to comment.