Skip to content

Commit

Permalink
Move @types/nspell from deps to devDeps (#640)
Browse files Browse the repository at this point in the history
* Move @types/nspell from deps to devDeps
  • Loading branch information
imnasnainaec authored Aug 25, 2020
1 parent c3e07e0 commit 0681d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@matt-block/react-recaptcha-v2": "^1.0.6",
"@types/nspell": "^2.1.0",
"axios": "^0.19.2",
"dictionary-en-us": "^2.1.1",
"make-dir": "^3.1.0",
Expand Down Expand Up @@ -82,6 +81,7 @@
"devDependencies": {
"@types/jest": "^26.0.5",
"@types/node": "^14.0.24",
"@types/nspell": "^2.1.0",
"@types/react": "^16.9.43",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.8",
Expand Down

0 comments on commit 0681d5b

Please sign in to comment.