Skip to content

Commit

Permalink
remove toastr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Oct 13, 2015
1 parent ca16b8a commit 28e0b11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion css/react-bootstrap-table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*editor error animate*/
@import "../node_modules/toastr/build/toastr.min.css";
/*@import "../node_modules/toastr/build/toastr.min.css";*/
@import "https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css";

.react-bs-table{
margin-bottom: 37px;
Expand Down
2 changes: 1 addition & 1 deletion css/react-bootstrap-table.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
},
"dependencies": {
"react-toastr": "^1.5.1",
"classnames": "^2.1.2",
"toastr": "^2.1.2"
"classnames": "^2.1.2"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
Expand Down

0 comments on commit 28e0b11

Please sign in to comment.