summaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/bower.json b/bower.json
index e231299..69b992d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,15 +1,21 @@
{
- "name": "vaadin-elements",
- "version": "0.3.0-beta12",
+ "name": "vaadin-core-elements",
+ "version": "0.3.0",
"authors": [
"Vaadin Ltd"
],
- "description": "Vaadin Elements is an evolving set of custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
+ "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-2.0",
"keywords": [
+ "vaadin",
+ "core",
+ "elements",
+ "web",
+ "components",
+ "webcomponents",
"web-components"
],
- "main": "vaadin-elements.html",
+ "main": "vaadin-core-elements.html",
"ignore": [
"**/.*",
"**/node_modules",
@@ -18,7 +24,7 @@
"**/tests"
],
"dependencies": {
- "vaadin-grid": "vaadin/vaadin-grid#0.9.0-beta5",
+ "vaadin-grid": "vaadin/vaadin-grid#~1.0.0",
"vaadin-combo-box": "vaadin/vaadin-combo-box#1.0.0-alpha2"
},
"devDependencies": {