Skip to content

Commit

Permalink
Amend README and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfung95 committed May 8, 2024
1 parent 8b6c519 commit 7b002e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- Space theme
- with particles colliding with each other
- Tech Stack
- NextJS
- ReactJS
- SPA design
- using Vanilla Javascript to write reuseable components.
- using React context hooks for simpler state managements.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-app",
"version": "0.1.0",
"name": "my-profile",
"version": "1.0.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.9",
Expand Down

0 comments on commit 7b002e5

Please sign in to comment.