Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit eba1237

Browse files
committed
3.0.0-10
1 parent 0791147 commit eba1237

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@valtown/codemirror-ts",
4-
"version": "3.0.0-9",
4+
"version": "3.0.0-10",
55
"description": "codemirror extensions for typescript",
66
"sideEffects": false,
77
"repository": {
@@ -18,7 +18,11 @@
1818
"test:watch": "vitest",
1919
"build": "vite build"
2020
},
21-
"keywords": ["codemirror", "typescript", "ts"],
21+
"keywords": [
22+
"codemirror",
23+
"typescript",
24+
"ts"
25+
],
2226
"author": "Val Town",
2327
"license": "ISC",
2428
"peerDependencies": {
@@ -40,7 +44,9 @@
4044
"vite": "^6.0.11",
4145
"vitest": "^2.1.9"
4246
},
43-
"files": ["dist"],
47+
"files": [
48+
"dist"
49+
],
4450
"exports": {
4551
"./package.json": "./package.json",
4652
".": {

0 commit comments

Comments
 (0)