Skip to content

Commit

Permalink
chore: remove typescript as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 16, 2023
1 parent eaf769b commit b805207
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"name": "cspell-tool",
"version": "0.2.0-7",
"description": "A command line tool for spell checking.",
"keywords": [
"cspell",
"spell",
"spell-check"
],
"keywords": ["cspell", "spell", "spell-check"],
"repository": {
"type": "git",
"url": "https://github.com/jellydn/cspell-tool"
Expand All @@ -21,10 +17,7 @@
"bin": {
"cspell-tool": "./dist/index.js"
},
"files": [
"src",
"dist/index.js"
],
"files": ["src", "dist/index.js"],
"scripts": {
"build": "bun build src/index.ts --outdir ./dist --target node --format esm --minify --external zx",
"clean": "rm -rf cli && echo 'Done.'",
Expand All @@ -48,9 +41,6 @@
"prettier": "3.0.3",
"typescript": "5.2.2"
},
"peerDependencies": {
"typescript": "5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit b805207

Please sign in to comment.