Skip to content

Commit

Permalink
Merge pull request #143 from tryggvigy/react-dependency
Browse files Browse the repository at this point in the history
Add react to dependencies instead of devDependencies
  • Loading branch information
aknuds1 authored Mar 14, 2023
2 parents 945ed72 + 3b75ed9 commit dceacca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"dependencies": {
"domhandler": "^5.0",
"htmlparser2": "^8.0",
"lodash.camelcase": "^4.3.0"
"lodash.camelcase": "^4.3.0",
"react": "^18.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^8.1",
"mocha": "^10.0",
"mocha-lcov-reporter": "^1.2.0",
"nyc": "^15.1.0",
"react": "^18.0",
"react-dom": "^18.0"
},
"volta": {
Expand Down

0 comments on commit dceacca

Please sign in to comment.