Skip to content

Commit

Permalink
fix: add missing license information in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
smnbbrv committed Nov 19, 2022
1 parent 46d7926 commit 53c5e5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/grpc-web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@ngx-grpc/grpc-web-client",
"author": "smnbbrv",
"license": "MIT",
"peerDependencies": {
"@ngx-grpc/common": ">=0.2.0",
"@ngx-grpc/core": ">=0.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/improbable-eng-grpc-web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@ngx-grpc/improbable-eng-grpc-web-client",
"version": "0.0.1",
"author": "smnbbrv",
"license": "MIT",
"peerDependencies": {
"@ngx-grpc/common": ">=0.2.0",
"@ngx-grpc/core": ">=0.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/well-known-types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@ngx-grpc/well-known-types",
"author": "smnbbrv",
"license": "MIT",
"peerDependencies": {
"google-protobuf": "^3.10.0",
"@ngx-grpc/common": ">=2.0.0"
Expand Down

0 comments on commit 53c5e5c

Please sign in to comment.