Skip to content

Commit

Permalink
docs: set MIT license in package.json (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-lindgren authored Nov 5, 2024
1 parent 0e8bc83 commit aa5940d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://www.storyblok.com/"
},
"private": true,
"license": "UNLICENSED",
"license": "MIT",
"workspaces": [
"packages/*",
"packages/cli/templates/*",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@storyblok/field-plugin-cli",
"version": "1.4.0",
"license": "MIT",
"type": "module",
"bin": {
"field-plugin": "./bin.js"
Expand Down
1 change: 1 addition & 0 deletions packages/field-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@storyblok/field-plugin",
"version": "1.4.0",
"description": "SDK for creating Field Plugins for Storyblok.",
"license": "MIT",
"sideEffects": false,
"files": [
"dist"
Expand Down

0 comments on commit aa5940d

Please sign in to comment.