Add module field to package.json

This commit is contained in:
Alex Dima 2018-03-13 22:08:15 +01:00
parent 408862ba77
commit af8569258d

View file

@ -11,6 +11,7 @@
"website": "gulp website" "website": "gulp website"
}, },
"typings": "./monaco.d.ts", "typings": "./monaco.d.ts",
"module": "./esm/vs/editor/editor.main.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/monaco-editor" "url": "https://github.com/Microsoft/monaco-editor"