Skip to content

Commit a0f2d23

Browse files
committed
feat: add license field to package.json in multiple applications
1 parent 38e5dd5 commit a0f2d23

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.2.0",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
6+
"license": "Apache-2.0",
67
"scripts": {
78
"dev": "next dev",
89
"build": "pnpm --filter @objectstack/spec gen:docs && next build",

apps/studio/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@objectstack/studio",
33
"version": "1.2.0",
44
"description": "ObjectStack Studio - A metadata-driven admin interface for managing data and configuration",
5+
"license": "Apache-2.0",
56
"type": "module",
67
"files": [
78
"dist"

examples/app-crm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@example/app-crm",
33
"version": "1.2.0",
44
"description": "Example CRM implementation using ObjectStack Protocol",
5+
"license": "Apache-2.0",
56
"private": true,
67
"main": "./objectstack.config.ts",
78
"types": "./objectstack.config.ts",

examples/app-host/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@example/app-host",
33
"version": "1.2.0",
4+
"license": "Apache-2.0",
45
"private": true,
56
"scripts": {
67
"dev": "objectstack serve --dev",

examples/app-todo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@example/app-todo",
33
"version": "1.2.0",
44
"description": "Example Todo App using ObjectStack Protocol",
5+
"license": "Apache-2.0",
56
"private": true,
67
"main": "./objectstack.config.ts",
78
"types": "./objectstack.config.ts",

examples/plugin-bi/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@example/plugin-bi",
33
"version": "1.2.0",
4+
"license": "Apache-2.0",
45
"private": true,
56
"main": "objectstack.config.ts",
67
"dependencies": {

0 commit comments

Comments
 (0)