chore(dx/client): fix codemirror dep

This commit is contained in:
Elian Doran 2025-08-31 23:03:30 +03:00
parent a06f2aeb8b
commit a3ea52968f
No known key found for this signature in database

View File

@ -3,18 +3,7 @@
"version": "0.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"main": "./src/index.ts",
"nx": {
"name": "codemirror"
},