summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index ec0aef5e9..b42786d85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,6 +5,7 @@
"packages": {
"": {
"hasInstallScript": true,
+ "license": "BSD-3-Clause",
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
diff --git a/package.json b/package.json
index acaca841b..8e448d09b 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,5 @@
{
+ "license": "BSD-3-Clause",
"private": true,
"scripts": {
"postinstall": "husky install"