Skip to content

Commit

Permalink
feat(): Migrated on Angular 2.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akserg committed Mar 30, 2016
1 parent b095473 commit 3418661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function(config) {
'node_modules/es6-shim/es6-shim.js',

// zone-microtask must be included first as it contains a Promise monkey patch
'node_modules/zone.js/dist/zone-microtask.js',
'node_modules/zone.js/dist/zone.js',
'node_modules/zone.js/dist/long-stack-trace-zone.js',
'node_modules/zone.js/dist/jasmine-patch.js',
'node_modules/systemjs/dist/system.src.js',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"typings": "./ng2-toasty.d.ts",
"homepage": "https://github.com/akserg/ng2-toasty",
"peerDependencies": {
"angular2": "~2.0.0-beta.9",
"angular2": "~2.0.0-beta.12",
"es6-promise": "~3.1.2",
"es6-shim": "~0.33.3",
"es6-shim": "~0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "~0.5.15"
"zone.js": "~0.6.6"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.5",
Expand Down

0 comments on commit 3418661

Please sign in to comment.