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

Commit e19074d

Browse files
authored
Actually move monaco-editor to devDependency in dashboard (#329)
Such a dumb error in #317....
1 parent a60e5af commit e19074d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodecg-io-core/dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"style-loader": "^3.3.1",
2525
"css-loader": "^6.5.1",
2626
"monaco-editor-webpack-plugin": "^6.0.0",
27-
"nodecg-types": "^1.8.3"
27+
"monaco-editor": "^0.30.1"
2828
},
2929
"dependencies": {
3030
"crypto-js": "^4.1.1",
31-
"monaco-editor": "^0.30.1",
31+
"nodecg-types": "^1.8.3",
3232
"nodecg-io-core": "^0.3.0"
3333
},
3434
"license": "MIT"

0 commit comments

Comments
 (0)