diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,7 @@ "Vaadin Ltd" ], "description": "Vaadin Core Elements is an evolving set of free, open sourced custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", - "license": "Apache License 2.0", + "license": "Apache-2.0", "keywords": [ "vaadin", "core", @@ -24,7 +24,8 @@ "**/tests" ], "dependencies": { - "vaadin-grid": "vaadin/vaadin-grid#~1.0.0" + "vaadin-grid": "vaadin/vaadin-grid#~1.0.0", + "vaadin-combo-box": "vaadin/vaadin-combo-box#1.0.0-alpha2" }, "devDependencies": { "iron-component-page": "polymerelements/iron-component-page#~1.1.0", |