Skip to content

Commit

Permalink
fix: move @types/json-schema from devDependencies to dependencies (#97)…
Browse files Browse the repository at this point in the history
… (#98)

Co-authored-by: Evilebot Tnawi <evilebottnawi@users.noreply.github.com>
  • Loading branch information
ozyman42 and evilebottnawi authored May 29, 2020
1 parent 698d8b0 commit 945e67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
],
"dependencies": {
"ajv": "^6.12.0",
"ajv-keywords": "^3.4.1"
"ajv-keywords": "^3.4.1",
"@types/json-schema": "^7.0.4"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/json-schema": "^7.0.4",
"@webpack-contrib/defaults": "^6.3.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^25.3.0",
Expand Down

0 comments on commit 945e67d

Please sign in to comment.