Skip to content

Commit

Permalink
chore: add license to addons (vuejs#3238) [ci skip]
Browse files Browse the repository at this point in the history
* fix(cli-ui-addon-webpack): add license info

* fix(cli-ui-addon-widgets): add license info
  • Loading branch information
rytswd authored and haoqunjiang committed Jan 3, 2019
1 parent 016d474 commit 0ac5169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vue/cli-ui-addon-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "vue-cli-service lint",
"prepublishOnly": "yarn run lint --no-fix && yarn run build"
},
"license": "MIT",
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.2",
"@vue/cli-plugin-eslint": "^3.2.2",
Expand Down
1 change: 1 addition & 0 deletions packages/@vue/cli-ui-addon-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "vue-cli-service lint",
"prepublishOnly": "yarn run lint --no-fix && yarn run build"
},
"license": "MIT",
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.2",
"@vue/cli-plugin-eslint": "^3.2.2",
Expand Down

0 comments on commit 0ac5169

Please sign in to comment.