opentracing / opentracing-javascript

OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.09k stars 108 forks source link

Downgrade typescript version to avoid build error #103

Closed aroc closed 6 years ago

aroc commented 6 years ago

This PR downgrades the typescript package version to 2.7.x to avoid a bug that's currently in 2.8.x. This is temporary so we can cut a new release. We can upgrade back to the 2.8.x track once the bug in typescript is fixed.