[ACS-4702] fix license fields for libs (#3009)

This commit is contained in:
Denys Vuika
2023-02-24 09:36:55 -05:00
committed by GitHub
parent 5f49cdb4d0
commit 748e60f6a4
7 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@alfresco/aca-about",
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0"

View File

@@ -1,6 +1,7 @@
{
"name": "@alfresco/aca-content",
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0"

View File

@@ -1,6 +1,7 @@
{
"name": "@alfresco/aca-folder-rules",
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0",

View File

@@ -1,6 +1,7 @@
{
"name": "@alfresco/aca-preview",
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0"

View File

@@ -1,6 +1,7 @@
{
"name": "aca-testing-shared",
"version": "3.0.0",
"license": "LGPL-3.0",
"main": "src/index.ts",
"dependencies": {
"tslib": "^2.0.0"

View File

@@ -1,6 +1,7 @@
{
"name": "@alfresco/aca-viewer",
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0"

View File

@@ -1,6 +1,7 @@
{
"name": "@alfresco/adf-office-services-ext",
"version": "2.0.1",
"license": "LGPL-3.0",
"main": "src/index.ts",
"dependencies": {
"tslib": "^2.0.0"