Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit f5adbaa

Browse files
committed
fix: version in package.json
1 parent 010f059 commit f5adbaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turing-bot",
3-
"version": "1.0.0",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "src/index.js",
66
"type": "module",
@@ -9,8 +9,8 @@
99
"dev": "nodemon ."
1010
},
1111
"keywords": [],
12-
"author": "",
13-
"license": "ISC",
12+
"author": "MrlolDev",
13+
"license": "Apache-2.0 license",
1414
"dependencies": {
1515
"@supabase/supabase-js": "^2.1.1",
1616
"chalk": "^5.2.0",

0 commit comments

Comments
 (0)