Skip to content

Commit

Permalink
chore: Update package.json with author and contributors information
Browse files Browse the repository at this point in the history
  • Loading branch information
TKanX committed Sep 3, 2024
1 parent f895a0b commit b6fc39d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,16 @@
"scripts": {
"start": "node server.js",
"build:css": "postcss styles.css -o public/css/styles.css"
}
},
"author": "Tony Kan <tianchengkan@gmail.com>",
"contributors": [
{
"name": "Tony Kan",
"email": "tianchengkan@gmail.com"
},
{
"name": "Ted Yu",
"email": "tedhyu@yahoo.com"
}
]
}

0 comments on commit b6fc39d

Please sign in to comment.