summaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 87be670..69b992d 100644
--- a/bower.json
+++ b/bower.json
@@ -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",