Skip to content

Commit 0ac5169

Browse files
rytswdhaoqunjiang
authored andcommitted
chore: add license to addons (#3238) [ci skip]
* fix(cli-ui-addon-webpack): add license info * fix(cli-ui-addon-widgets): add license info
1 parent 016d474 commit 0ac5169

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@vue/cli-ui-addon-webpack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"lint": "vue-cli-service lint",
1212
"prepublishOnly": "yarn run lint --no-fix && yarn run build"
1313
},
14+
"license": "MIT",
1415
"devDependencies": {
1516
"@vue/cli-plugin-babel": "^3.2.2",
1617
"@vue/cli-plugin-eslint": "^3.2.2",

packages/@vue/cli-ui-addon-widgets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"lint": "vue-cli-service lint",
1212
"prepublishOnly": "yarn run lint --no-fix && yarn run build"
1313
},
14+
"license": "MIT",
1415
"devDependencies": {
1516
"@vue/cli-plugin-babel": "^3.2.2",
1617
"@vue/cli-plugin-eslint": "^3.2.2",

0 commit comments

Comments
 (0)