Skip to content

Commit

Permalink
fix pkg config v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrahmanES1 committed Nov 11, 2023
1 parent dd68928 commit e8327f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "express-api-initializer",
"version": "0.0.2",
"version": "0.0.3",
"bin": {
"express-initializer": "./dist/src/index.js"
"express-initializer": "dist/src/index.js"
},
"description": "",
"main": "index.js",
Expand Down Expand Up @@ -31,5 +31,8 @@
"@types/node": "^20.9.0",
"typescript": "^5.2.2"
},
"repository": "https://github.com/abdrahmanES1/express-api-initializer.git"
"repository": {
"type": "git",
"url": "git+https://github.com/abdrahmanES1/express-api-initializer.git"
}
}

0 comments on commit e8327f1

Please sign in to comment.