diff options
author | Serhii Kulykov <iamkulykov@gmail.com> | 2019-12-17 11:36:41 +0200 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-12-17 11:36:41 +0200 |
commit | a253f913f441d2d1c5533981cd153c31a61b1961 (patch) | |
tree | 87187b9e27b384720bc0760ec96a9f55227f9c68 /bower.json | |
parent | 07b9539d94103d3a30e8c7d5cfb494fdc07f9f3b (diff) | |
download | vaadin-a253f913f441d2d1c5533981cd153c31a61b1961.tar.gz vaadin-a253f913f441d2d1c5533981cd153c31a61b1961.zip |
Remove bower from 15.x completely (#60)
* Remove bower from 15.x completely
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/bower.json b/bower.json deleted file mode 100644 index 7a5edb8..0000000 --- a/bower.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "vaadin", - "description": "Bundle containing all web components which are part of the Vaadin platform", - "homepage": "https://github.com/vaadin/vaadin", - "authors": [ - "Vaadin Ltd" - ], - "main": "vaadin.html", - "license": [ - "Apache-2.0", - "https://vaadin.com/license/cval-3.0" - ], - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests", - "update-core-version.js" - ], - "dependencies": { - "vaadin-core": "15.0.0-alpha9", - "vaadin-board": "vaadin-board#2.1.1", - "vaadin-charts": "vaadin-charts#6.2.4", - "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.5", - "vaadin-cookie-consent": "vaadin-cookie-consent#1.1.2", - "vaadin-crud": "vaadin-crud#1.1.0", - "vaadin-grid-pro": "vaadin-grid-pro#2.0.5", - "vaadin-rich-text-editor": "vaadin-rich-text-editor#1.1.1", - "vaadin-license-checker": "vaadin-license-checker#2.1.2", - "cookieconsent": "cookieconsent#3.1.0" - } -}
\ No newline at end of file |