Merge pull request #76 from shzhng/patch-2
Add typings location to package.json, fixes #47pull/237/head
commit
07e48c2191
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue