JSteunou / webstomp-client

Stomp client over websocket for browsers
Apache License 2.0
299 stars 59 forks source link

Version 1.05 from npm doesn't include index.d.ts #34

Closed gotson closed 7 years ago

gotson commented 7 years ago

Hello,

when installing the latest version from npm, the file index.d.ts is not present at the root of the webstomp-client folder in node_modules.

I'm importing the module in an Angular2 app like this: import * as WebStomp from 'webstomp-client';

It works fine if i add the file index.d.ts manually though.

JSteunou commented 7 years ago

Ho I'm sorry I forgot to add the *.ts inside package.json files attribute