Skip to content

Commit

Permalink
0.2.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 16, 2023
1 parent b805207 commit 5bd27d4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "cspell-tool",
"version": "0.2.0-7",
"version": "0.2.0-8",
"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 @@ -17,7 +21,10 @@
"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 Down

0 comments on commit 5bd27d4

Please sign in to comment.