Skip to content

Commit 0973865

Browse files
committed
Reorder dependencies.
We only have devDependencies because everything is staticly built and stored in the repo prior to production deployment.
1 parent 35b7ef5 commit 0973865

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@codemirror/commands": "^6.8.1",
1818
"@codemirror/lang-javascript": "^6.2.3",
1919
"@codemirror/lang-json": "^6.0.1",
20+
"@codemirror/legacy-modes": "^6.5.1",
2021
"@codemirror/lint": "^6.8.5",
2122
"@codemirror/state": "^6.5.2",
2223
"@codemirror/view": "^6.36.7",
@@ -25,8 +26,5 @@
2526
"petite-vue": "^0.4.1",
2627
"rollup": "^4.40.1",
2728
"wrangler": "^4.6.0"
28-
},
29-
"dependencies": {
30-
"@codemirror/legacy-modes": "^6.5.1"
3129
}
3230
}

0 commit comments

Comments
 (0)