Skip to content

Commit

Permalink
Remove tshy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 22, 2024
1 parent be9d5d0 commit 3d1e845
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "codemirror extensions for typescript",
"main": "./dist/commonjs/index.js",
"scripts": {
"prepare": "tshy",
"dev": "vite",
"tsc": "tsc --noEmit",
"test": "vitest run",
Expand All @@ -27,21 +26,13 @@
"@codemirror/lang-javascript": "^6.2.1",
"@typescript/vfs": "^1.5.0",
"codemirror": "^6",
"tshy": "^1.8.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"files": [
"dist"
],
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts",
"./worker": "./src/worker.ts"
}
},
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit 3d1e845

Please sign in to comment.