Skip to content

Commit

Permalink
eslint config is in dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Jul 3, 2023
1 parent e52da93 commit d061982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"dependencies": {
"@remotion/bundler": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/eslint-config": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "^4.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.0",
"@types/react": "^18.2.13",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
Expand Down

0 comments on commit d061982

Please sign in to comment.