Skip to content

Commit

Permalink
rename license
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Mar 12, 2024
1 parent 815f569 commit f3fc782
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@karfia/bip122-000000000019d6689c085ae165831e93",
"version": "0.0.0",
"private": false,
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"test": "jest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@karfia/bip122-0f9188f13cb7b2c71f2a335e3a4fc328",
"version": "0.0.0",
"private": false,
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"test": "jest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@karfia/bip122-279b1a87aedc7b9471d4ad4e5f12967a",
"version": "0.0.0",
"private": false,
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"test": "jest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@karfia/bip122-d744db74fb70ed42767ae028a129365f",
"version": "0.0.0",
"private": false,
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion definitions/eip155-1337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@karfia/eip155-1337",
"version": "0.0.0",
"private": false,
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion definitions/eip155-31337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@karfia/eip155-31337",
"version": "0.0.0",
"private": false,
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/karfia-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "karfia-agent",
"version": "0.0.0",
"private": false,
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"build:docker": "docker build -t docker.io/karfia/karfia-agent:$(node -p \"require('./package.json').version\") -f Dockerfile ../../",
Expand Down
2 changes: 1 addition & 1 deletion packages/karfia-definition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": false,
"description": "Karfia definition defines the instructions on how to package complex blockchain nodes into a Container that can be easily deployed and managed on Container-capable platforms such as Kubernetes, Compose, and ECS.",
"license": "MPL 2.0",
"license": "MPL-2.0",
"main": "index.json",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit f3fc782

Please sign in to comment.