microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

Remove "source-map-support" #36

Closed ghost closed 7 years ago

ghost commented 7 years ago

Accidentally left this in. It isn't in "package.json", so if someone didn't have it installed globally, that would be a problem. Also, upgrade tsc to support object.

jasperjn commented 7 years ago

Have you run tsc before publishing to npm after this? source-map-support is remaining on published v0.5.3

RyanCavanaugh commented 7 years ago

Should be fixed now at 0.5.4