Skip to content

Commit

Permalink
fix: add plugin dependencies to plugin package.json (#11627) (#11679)
Browse files Browse the repository at this point in the history
Fixes #11621

Co-authored-by: Pekka Hyvönen <pekka@vaadin.com>
  • Loading branch information
vaadin-bot and pleku committed Aug 30, 2021
1 parent 2d600d9 commit cad64f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
],
"repository": "vaadin/flow",
"name": "@vaadin/application-theme-plugin",
"version": "0.4.0",
"version": "0.4.1",
"main": "application-theme-plugin.js",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/flow/issues"
},
"dependencies": {
"mkdirp": "0.5.5",
"glob": "7.1.6"
},
"files": [
"application-theme-plugin.js",
"theme-generator.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/flow/issues"
},
"dependencies": {
"mkdirp": "0.5.5"
},
"files": [
"stats-plugin.js"
Expand Down

0 comments on commit cad64f4

Please sign in to comment.