Skip to content

Commit

Permalink
update project name to scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasm307 committed Feb 15, 2024
1 parent 71685f5 commit 0d8020a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "electric-sheep",
"name": "scenarios",
"description": "Scenarios is a game where you try to guess what your friends would do in different AI generated situations. It's a fun way to get to know your friends better and see how they think.",
"version": "0.1.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion supabase/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A string used to distinguish different Supabase projects on the same host. Defaults to the working
# directory name when running `supabase init`.
project_id = "electric-sheep"
project_id = "scenarios"

[api]
# Port to use for the API URL.
Expand Down

0 comments on commit 0d8020a

Please sign in to comment.