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

Add config files to .npmignore #122

Closed styfle closed 5 years ago

styfle commented 5 years ago

These files do no need to be published to npm

felixfbecker commented 5 years ago

A better solution that wouldn't erode with the next added config file would be to delete .npmignore and specify the files field in package.json

felixfbecker commented 5 years ago

I did that in https://github.com/opentracing/opentracing-javascript/pull/119

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 88.649% when pulling 26dbb747762b8ffe8c0754ef56f5b6f4a93105c3 on styfle:patch-1 into 062505c9327c964c2925caaed9aa994ce5684f5e on opentracing:master.