UNIwise / socket.io-prometheus-metrics

Socket.IO prometheus metrics exporter written in typescript
Apache License 2.0
36 stars 17 forks source link

Dist directory is not in v2 #15

Closed DataTables closed 3 years ago

DataTables commented 3 years ago

In the v2 branch's package.json there is:

  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",**

But in the .gitignore there is:

dist/

So it isn't possible to build a package that uses this branch.

naueramant commented 3 years ago

dist/ should not be in version control. the main and typings fields in package.json is also meta used when you install this package as an external dependency.

Closing the issue