From d29b7fd772ccf5aa6e72dcc5219e22d8ae9fa269 Mon Sep 17 00:00:00 2001 From: Niels Bosman Date: Wed, 3 Jan 2024 16:54:33 +0100 Subject: [PATCH] chore: fix json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed9c4b7..7ab9caa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@magicul/react-chat-stream", "description": "A React hook that lets you easily integrate your custom ChatGPT-like chat in React.", - "version": "0.2.2, + "version": "0.2.2", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/XD2Sketch/react-chat-stream#readme",