Skip to content

Commit

Permalink
release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Oct 19, 2016
1 parent 7587fc5 commit a35ba3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install toastr-ng2 --save
__step 1:__ copy [toast css](https://github.com/scttcper/toastr-ng2/blob/master/src/app/app.component.css) to your project.
If you are using sass you can import the css.
```sass
@import 'node_modules/toastr/toastr';
@import 'node_modules/toastr-ng2/toastr';
```

__step 2:__ add ToastrModule to app NgModule
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toastr-ng2",
"version": "1.4.2",
"version": "1.4.3",
"description": "Toastr for Angular 2",
"main": "./toastr.js",
"typings": "./toastr.d.ts",
Expand Down

0 comments on commit a35ba3d

Please sign in to comment.