From 382cbe9d91142825b314fcfdc760e7a895df0ceb Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Fri, 17 Nov 2023 09:45:45 +0100 Subject: [PATCH] cm description --- codemirror.next/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codemirror.next/package.json b/codemirror.next/package.json index 82f33cf..7e09670 100644 --- a/codemirror.next/package.json +++ b/codemirror.next/package.json @@ -1,7 +1,7 @@ { - "name": "yjs-codemirror-demo", + "name": "yjs-codemirror-next-demo", "version": "1.0.0", - "description": "Yjs ❤ Atlaskit", + "description": "Yjs ❤ CodeMirror", "scripts": { "dist": "webpack --mode=production", "start": "webpack serve --open --open-page codemirror.next.html"