Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
sujjeee committed Dec 17, 2023
1 parent cdaa73a commit b71249a
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "dubco",
"version": "0.0.1",
"version": "0.0.2",
"description": "A CLI for easily shortening URLs using the dub.co service. ✂️",
"publishConfig": {
"access": "public"
},
"type": "module",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"bin": {
"dubco": "./dist/index.js"
},
"preferGlobal": true,
"license": "MIT",
"author": {
"name": "sujjeee",
Expand Down Expand Up @@ -45,6 +47,7 @@
"nanoid": "^5.0.4",
"node-fetch": "^3.3.2",
"ora": "^7.0.1",
"package-json": "^8.1.1",
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit b71249a

Please sign in to comment.