Skip to content

Commit

Permalink
fix: move caseless, clone and json-pointer to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-kubula committed Mar 19, 2021
1 parent 72b874f commit e138fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,20 @@
},
"dependencies": {
"ajv": "6.12.6",
"caseless": "0.12.0",
"clone": "2.1.2",
"commander": "7.1.0",
"content-type": "1.0.4",
"curl-trace-parser": "0.0.10",
"deep-equal": "2.0.5",
"http-string-parser": "0.0.6",
"json-pointer": "0.6.1",
"media-typer": "1.1.0",
"tv4": "1.3.0",
"url-parse": "1.5.1"
},
"devDependencies": {
"@rollup/plugin-json": "4.1.0",
"caseless": "0.12.0",
"chai": "4.3.4",
"clone": "2.1.2",
"cross-spawn": "7.0.3",
"cucumber": "1.3.2",
"eslint": "6.8.0",
Expand All @@ -59,6 +58,7 @@
"eslint-plugin-import": "2.20.2",
"gavel-spec": "5.0.0",
"husky": "4.3.8",
"json-pointer": "0.6.1",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"prettier": "1.19.1",
Expand Down

0 comments on commit e138fbc

Please sign in to comment.