Add typings location to package.json, fixes #47

This commit is contained in:
Shuo Zheng 2016-07-22 13:36:10 -04:00 committed by GitHub
parent 529591c5d3
commit 5b81784f66

View file

@ -10,6 +10,7 @@
"release": "gulp release", "release": "gulp release",
"website": "gulp website" "website": "gulp website"
}, },
"typings": "./monaco.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/monaco-editor" "url": "https://github.com/Microsoft/monaco-editor"