Skip to content

Commit

Permalink
Package updated. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikghosh256 authored Jul 8, 2023
1 parent e9ef229 commit 5df3c76
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 13 deletions.
39 changes: 29 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anikghosh256/kitty-cli",
"description": "CLI tool for creating kitty component.",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"bin": {
"kitty-cli": "kitty.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"@anikghosh256/compile-template": "^1.1.0",
"@anikghosh256/compile-template": "^1.2.0",
"chalk": "^4.1.2",
"yargs": "^17.7.1"
},
"devDependencies": {
"prettier": "^2.8.4"
}
}
}

0 comments on commit 5df3c76

Please sign in to comment.