Skip to content

Commit

Permalink
docs: update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Aug 21, 2024
1 parent bf6eabc commit 8395191
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tdm-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"engines": {
"node": "18"
},
"contributors": [
{
"name": "Pierre M (AlasDiablo) - Original Author",
"url": "https://github.com/AlasDiablo"
}
],
"type": "module",
"scripts": {
"dev": "VITE_TDM_FACTORY_HOST=http://localhost:3000 vite --host",
Expand Down
6 changes: 6 additions & 0 deletions tdm-be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"engines": {
"node": "18"
},
"contributors": [
{
"name": "Pierre M (AlasDiablo) - Maintainer",
"url": "https://github.com/AlasDiablo"
}
],
"scripts": {
"dev": "nodemon src/app.ts",
"start": "ts-node --transpile-only ./src/app.ts",
Expand Down
6 changes: 6 additions & 0 deletions tdm-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"engines": {
"node": "18"
},
"contributors": [
{
"name": "Pierre M (AlasDiablo) - Maintainer",
"url": "https://github.com/AlasDiablo"
}
],
"type": "module",
"scripts": {
"dev": "VITE_TDM_FACTORY_HOST=http://localhost:3000 vite --host",
Expand Down

0 comments on commit 8395191

Please sign in to comment.