Skip to content

Commit

Permalink
Updated the name of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithclouds authored Feb 24, 2024
1 parent 805905f commit ee414b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cwc-npm-hello-function",
"version": "0.0.5",
"version": "0.0.6",
"description": "A Just a hello package",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -18,12 +18,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/cwctab/cwc-hello.git"
"url": "git://github.com/cwctab/cwc-npm-hello.git"
},
"bugs": {
"url": "https://github.com/cwctab/cwc-hello/issues"
"url": "https://github.com/cwctab/cwc-npm-hello/issues"
},
"homepage": "https://github.com/cwctab/cwc-hello",
"homepage": "https://github.com/cwctab/cwc-npm-hello",
"devDependencies": {
"@swc/core": "^1.4.2",
"tsup": "^8.0.2",
Expand Down

0 comments on commit ee414b1

Please sign in to comment.