Skip to content

Commit

Permalink
add react-router-dom to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukeghenco committed Mar 30, 2017
1 parent 7bd5be4 commit 8237b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ build
# misc
.DS_Store
.env
npm-debug.log
npm-debug.log
*yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"react-router-dom": "^4.0.0",
"sinon": "^1.17.7",
"superagent": "^3.3.2"
},
Expand Down

0 comments on commit 8237b65

Please sign in to comment.