package.json for grpc-tools missing license field
Open
package: grpc-tools
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
### Problem description
The published package for grpc-tools missing license field and package is missing LICENSE file from repo
### Reproduction steps
View package on https://www.npmjs.com/package/grpc-tools
It is missing https://github.com/grpc/grpc-node/blob/master/packages/grpc-tools/LICENSE
and https://github.com/grpc/grpc-node/blob/master/packages/grpc-tools/README.md
Looks like it should include it
https://github.com/grpc/grpc-node/blob/master/packages/grpc-tools/package.json#L41
Likely issue is it staged into a temp dir and packaged up from that.
Contributor guide
Assessment
This issue has not been assessed yet.