Skip to content

Commit

Permalink
Remove unused dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Oct 8, 2021
1 parent 45e67fc commit db35ab5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 255 deletions.
5 changes: 0 additions & 5 deletions .node-dev.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "node-dev --no-notify src/index.ts",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"start": "node --enable-source-maps dist/index.js",
"type-check": "tsc --noEmit"
},
"dependencies": {
Expand All @@ -39,12 +37,9 @@
"@tsconfig/node14": "^1.0.1",
"@types/content-type": "^1.1.5",
"@types/node": "^14.17.0",
"esbuild-register": "^3.0.0",
"node-dev": "^7.0.0",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-pkg": "^0.10.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}
245 changes: 0 additions & 245 deletions pnpm-lock.yaml

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

0 comments on commit db35ab5

Please sign in to comment.