Skip to content

Commit

Permalink
chore: update package name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
ShihTingJustin committed May 4, 2024
1 parent 3fb16a1 commit 3a4cd8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "blowfish_template",
"name": "blog-hugo-blowfish",
"version": "1.0.0",
"description": "Blowfish Template",
"description": "blog",
"main": "index.js",
"scripts": {
"dev": "hugo server --minify -D -E -F"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nunocoracao/blowfish_template.git"
"url": "git+https://github.com/ShihTingJustin/blog-hugo-blowfish.git"
},
"keywords": [],
"author": "",
"author": "Justin Huang",
"license": "ISC",
"bugs": {
"url": "https://github.com/nunocoracao/blowfish_template/issues"
"url": "https://github.com/ShihTingJustin/blog-hugo-blowfish/issues"
},
"homepage": "https://github.com/nunocoracao/blowfish_template#readme"
"homepage": "https://github.com/ShihTingJustin/blog-hugo-blowfish#readme"
}

0 comments on commit 3a4cd8e

Please sign in to comment.