Skip to content

Commit

Permalink
Make eson-parser a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 17, 2021
1 parent 2fe9549 commit 9b40c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"typecheck": "tsc -p ."
},
"dependencies": {
"@types/redis": "^2.8.30",
"eson-parser": "^0.0.5"
"@types/redis": "^2.8.30"
},
"devDependencies": {
"@types/cross-spawn": "6.0.2",
Expand All @@ -75,6 +74,7 @@
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "35.0.0",
"eson-parser": "0.0.5",
"expect-type": "0.12.0",
"fs-syncer": "0.3.4-next.1",
"jest": "27.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@ eslint@7.32.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"

eson-parser@^0.0.5:
eson-parser@0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/eson-parser/-/eson-parser-0.0.5.tgz#feef8f32b5dedf4b548a539bd2b75b1568117cd9"
integrity sha512-P8LnP8+k6QxpiPJY8f29BITpj443oZnV3IEjbRM6bW4ny8Aa+stKHSMTf6QuHs3KW+C6XAMUmxEurB0ozpSDcg==
Expand Down

0 comments on commit 9b40c97

Please sign in to comment.