Skip to content

Commit

Permalink
Update package.json information
Browse files Browse the repository at this point in the history
  • Loading branch information
cheehwatang committed May 21, 2023
1 parent ca1c2ef commit 689c0f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 17 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
{
"name": "github-readme-quotes",
"name": "github-readme-daily-quotes",
"version": "1.0.0",
"description": "Simple Quote Card for Github Readme",
"main": "index.ts",
"scripts": {
"test": "jest",
"format:check": "prettier --check ."
},
"description": "Daily Quote Widget for your GitHub profile",
"keywords": [
"github-readme-daily-quotes",
"github-readme-quotes",
"readme-daily-quotes",
"readme-quotes",
"cards",
"card-generator"
],
"main": "api/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/cheehwatang/github-readme-quotes.git"
"url": "https://github.com/cheehwatang/github-readme-daily-quotes.git"
},
"keywords": [],
"author": "Chee Hwa Tang",
"license": "MIT",
"homepage": "https://github.com/cheehwatang/github-readme-quotes",
"homepage": "https://github.com/cheehwatang/github-readme-daily-quotes",
"scripts": {
"test": "jest",
"format:check": "prettier --check ."
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@vercel/node": "^2.14.1",
Expand Down

0 comments on commit 689c0f4

Please sign in to comment.