plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 175 forks source link

checkin typings into repo #409

Closed hrj closed 8 years ago

hrj commented 8 years ago

doesn't need tsd as a dependency anymore.

This is to avoid fetching the definitions over the network during builds. Closes #406.

jvilk commented 8 years ago

You should also delete .tsdrc, which contains the OAuth token. It's no longer useful. Devs that update the includes using tsd can specify their own .tsdrc in their home directory if needed.

Once you've done that and Travis has checked the build, I'll merge this in. :D

hrj commented 8 years ago

delete .tsdrc

Done :fallen_leaf: