removed monaco dependency

This commit is contained in:
emizzle 2018-08-02 19:20:49 +10:00
parent f35bc61597
commit 19be254e48
2 changed files with 0 additions and 13 deletions

11
package-lock.json generated
View File

@ -7897,17 +7897,6 @@
"resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-4.5.0.tgz",
"integrity": "sha512-qqudNfOX7ZmX9vm1WIAU+gWlmxVNAnwY6UG3RkFutNywmRCUGP83tujP6IxX2DS1TmcaEZBOhYwDuYEmJYE+3w=="
},
"monaco-editor": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.13.1.tgz",
"integrity": "sha512-0Kssg/O3cl1tXP0qAIxhrtMbRnzusFUEvFyt5/fpUbmuVeY3z+TnUx13+3kW16pgacFPXGUTEO/hOPlDeFU/dw=="
},
"monaco-editor-webpack-plugin": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.4.0.tgz",
"integrity": "sha512-Rx8gdrRzt4NiII8N34upQYZLuM+i2n0k05c77Wuqsep1tES1DvftrIyjjNPqdrPzzW2LlJSYK4oC43ppog0yeg==",
"dev": true
},
"mout": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/mout/-/mout-0.11.1.tgz",

View File

@ -64,7 +64,6 @@
"live-plugin-manager-git-fix": "^0.12.1",
"merge": "^1.2.0",
"mocha": "^5.2.0",
"monaco-editor": "^0.13.1",
"neo-blessed": "^0.2.0",
"netcat": "^1.3.5",
"node-ipc": "^9.1.1",
@ -108,7 +107,6 @@
"eslint": "4.13.1",
"eslint-plugin-react": "^7.10.0",
"mocha-sinon": "^1.1.4",
"monaco-editor-webpack-plugin": "^1.4.0",
"sinon": "^4.5.0"
}
}