Skip to content

Commit

Permalink
💼 Add license to package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Dec 23, 2021
1 parent 30ddb14 commit 4d8056d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "builder",
"version": "0.1.0",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
Expand Down
1 change: 1 addition & 0 deletions apps/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "viewer",
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"scripts": {
"dev": "next dev -p 3001",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "typebot-os",
"private": true,
"license": "AGPL-3.0-or-later",
"workspaces": [
"packages/*",
"apps/*"
Expand Down
1 change: 1 addition & 0 deletions packages/bot-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "bot-engine",
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "db",
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"main": "./index.tsx",
"types": "./index.tsx",
Expand Down

1 comment on commit 4d8056d

@vercel
Copy link

@vercel vercel bot commented on 4d8056d Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.