Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Make React a runtime dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Oct 24, 2018
1 parent 804f8e0 commit b253449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,6 +17,7 @@
"webpack"
],
"dependencies": {
"react": "^16.5.2",
"@solid/query-ldflex": "^1.0.0",
"solid-auth-client": "^2.2.3"
},
Expand All @@ -38,7 +39,6 @@
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.2",
"jest": "^23.6.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0",
Expand Down

0 comments on commit b253449

Please sign in to comment.