Skip to content

Commit

Permalink
allow angular 6
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jan 19, 2018
1 parent 23740b5 commit b7a6285
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/scttcper/ngx-toastr",
"bugs": "https://github.com/scttcper/ngx-toastr/issues",
"repository": "https://github.com/scttcper/ngx-toastr.git",
"version": "8.1.0",
"version": "8.1.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
8 changes: 4 additions & 4 deletions src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ngx-toastr",
"version": "8.1.0",
"version": "8.1.1",
"description": "Toastr for Angular",
"main": "./toastr.umd.js",
"module": "./toastr.es5.js",
"es2015": "./toastr.es2015.js",
"typings": "./index.d.ts",
"peerDependencies": {
"@angular/core": ">=5.0.0 <=6.0.0",
"@angular/common": ">=5.0.0 <=6.0.0",
"rxjs": "^5.5.0"
"@angular/core": ">=5.0.0",
"@angular/common": ">=5.0.0",
"rxjs": ">=5.5.0"
},
"repository": "https://github.com/scttcper/ngx-toastr.git",
"homepage": "https://github.com/scttcper/ngx-toastr",
Expand Down

0 comments on commit b7a6285

Please sign in to comment.