Skip to content

Commit

Permalink
deps: make all dependencies dev only (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis273 committed Aug 7, 2022
1 parent 7fdc0c1 commit 330bf01
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 56 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@
"files": [
"dist/**"
],
"dependencies": {
"dependencies": {},
"devDependencies": {
"@types/node": "18.6.4",
"commander": "2.20.3",
"esbuild": "0.14.53",
"fs-extra": "10.1.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"semantic-release": "19.0.3",
"typescript": "4.7.4"
},
"devDependencies": {
"esbuild": "0.14.53",
"semantic-release": "19.0.3"
},
"bin": {
"geet": "./dist/index.js"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}
}
Loading

0 comments on commit 330bf01

Please sign in to comment.