Skip to content

Commit 56a656e

Browse files
committed
chore: license checking in posttest
This can't be checked in until a license issue with `@google-cloud/common-grpc` is fixed. It has a transitive dependency, `jsonify`, which has "Public Domain" as its license. But Public Domain is not a valid license for Google's open source projects. Also the 'log-driver' package is whitelisted. Additonal minor changes: - add the `version` field: this is a required field - fix the `private` field: this is a boolean field. "true" --> true. - package-lock.json is committed.
1 parent 0afd915 commit 56a656e

File tree

3 files changed

+7568
-2
lines changed

3 files changed

+7568
-2
lines changed

js-green-licenses.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"packageWhitelist": [
3+
"log-driver"
4+
]
5+
}

0 commit comments

Comments
 (0)