Skip to content

Commit

Permalink
update version, keywords, and repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
kourosh-alasti committed May 4, 2024
1 parent 056bb02 commit 769bcf3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "@kourosh-alasti/cli-tool",
"version": "1.1.2",
"version": "1.1.3",
"description": "CLI Tools commonly used by AlastiSolutions",
"main": "index.js",
"type": "module",
"repository": "https://github.com/alastisolutions/cli-tool",
"scripts": {
"compile": "npx tsc",
"test": "node ./dist/index.js"
},
"keywords": [],
"keywords": [
"nextjs",
"typescript",
"react",
"vite"
],
"author": "",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 769bcf3

Please sign in to comment.