Skip to content

Commit

Permalink
fix: remove misplaced dependency (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-marco authored and libruce committed Feb 22, 2024
1 parent 2977b3a commit f135e55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/js-cookie": "^3.0.6",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-b2b": "*",
"husky": "^8.0.1",
Expand All @@ -40,8 +39,5 @@
"*.{ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"js-cookie": "^3.0.5"
}
}

0 comments on commit f135e55

Please sign in to comment.