Skip to content

Commit

Permalink
fix dependencies that were incorrectly marked as dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Jul 24, 2024
1 parent 2e6819e commit 3cb94dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
15 changes: 9 additions & 6 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.1.0",
"main": "index.js",
"bin": "bin/interception-proxy",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"prepare": "npm run build",
"build": "tsc",
Expand All @@ -14,17 +16,19 @@
"lint:fix": "eslint --fix"
},
"license": "Apache-2.0",
"dependencies": {
"json-rpc-2.0": "^1.7.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@tsconfig/node-lts": "^20.1.3",
"@types/ws": "^8.5.11",
"eslint": "^9.7.0",
"globals": "^15.8.0",
"json-rpc-2.0": "^1.7.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"ws": "^8.18.0"
"typescript-eslint": "^7.16.1"
},
"overrides": {
"eslint": "^9.7.0"
Expand Down

0 comments on commit 3cb94dc

Please sign in to comment.