Skip to content

Commit

Permalink
fix #65
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Oct 8, 2015
1 parent 9047710 commit bd16999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"react": "^0.13.2",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.0-rc1",
"react-toastr": "^1.5.1",
"style-loader": "^0.12.4",
"toastr": "^2.1.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.0.0",
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"classnames": "^2.1.2"
"react-toastr": "^1.5.1",
"classnames": "^2.1.2",
"toastr": "^2.1.2"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
Expand Down

0 comments on commit bd16999

Please sign in to comment.