Skip to content

Commit

Permalink
adds react to root devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlyle committed Apr 22, 2019
1 parent 7f1f619 commit 8637fdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -30,6 +30,8 @@
"yarn": "^1.13.0"
},
"devDependencies": {
"lerna": "3.13.0"
"lerna": "3.13.0",
"react": "^16.3.2",
"react-dom": "^16.3.2"
}
}

0 comments on commit 8637fdf

Please sign in to comment.