mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Prep for 0.8.0
This commit is contained in:
parent
daadc5b223
commit
3c875c4ac9
6 changed files with 1274 additions and 1116 deletions
|
|
@ -15,6 +15,7 @@
|
|||
name: 'monaco-typescript',
|
||||
contrib: 'vs/language/typescript/src/monaco.contribution',
|
||||
modulePrefix: 'vs/language/typescript',
|
||||
thirdPartyNotices: 'node_modules/monaco-typescript/ThirdPartyNotices.txt',
|
||||
paths: {
|
||||
npm: 'node_modules/monaco-typescript/release',
|
||||
dev: '/monaco-typescript/out'
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
name: 'monaco-html',
|
||||
contrib: 'vs/language/html/monaco.contribution',
|
||||
modulePrefix: 'vs/language/html',
|
||||
thirdPartyNotices: 'node_modules/monaco-html/ThirdPartyNotices.txt',
|
||||
paths: {
|
||||
npm: 'node_modules/monaco-html/release/min',
|
||||
dev: '/monaco-html/release/dev'
|
||||
|
|
@ -47,6 +49,7 @@
|
|||
name: 'monaco-languages',
|
||||
contrib: 'vs/basic-languages/src/monaco.contribution',
|
||||
modulePrefix: 'vs/basic-languages',
|
||||
thirdPartyNotices: 'node_modules/monaco-languages/ThirdPartyNotices.txt',
|
||||
paths: {
|
||||
npm: 'node_modules/monaco-languages/release',
|
||||
dev: '/monaco-languages/out'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue