Skip to content

Commit

Permalink
Fix the warning of project name
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerkali committed Sep 14, 2023
1 parent ff5366e commit 99ee381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Sameer Faridi",
"name": "film_sloth",
"private": false,
"version": "0.0.0",
"type": "module",
Expand All @@ -8,7 +8,7 @@
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"

},
"dependencies": {
"@alan-ai/alan-sdk-web": "^1.8.49",
Expand Down

0 comments on commit 99ee381

Please sign in to comment.