Skip to content

Commit a8913eb

Browse files
Merge branch 'main' into run-publish-workflow-on-publish-draft
2 parents 37b422b + aa5940d commit a8913eb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://www.storyblok.com/"
99
},
1010
"private": true,
11-
"license": "UNLICENSED",
11+
"license": "MIT",
1212
"workspaces": [
1313
"packages/*",
1414
"packages/cli/templates/*",

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@storyblok/field-plugin-cli",
33
"version": "1.4.0",
4+
"license": "MIT",
45
"type": "module",
56
"bin": {
67
"field-plugin": "./bin.js"

packages/field-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@storyblok/field-plugin",
33
"version": "1.4.0",
44
"description": "SDK for creating Field Plugins for Storyblok.",
5+
"license": "MIT",
56
"sideEffects": false,
67
"files": [
78
"dist"

0 commit comments

Comments
 (0)