aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index 4b01696..3d28e01 100644
--- a/bower.json
+++ b/bower.json
@@ -1,14 +1,15 @@
{
"name": "vaadin-components",
- "version": "0.2-snapshot",
+ "version": "0.3.0-snapshot",
"authors": [
"Vaadin Ltd"
],
- "description": "Vaadin Grid web component",
+ "description": "Vaadin Components is an evolving set of custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
"license": "Apache License 2.0",
"keywords": [
"web-components"
],
+ "main": "vaadin-components.html",
"ignore": [
"**/.*",
"**/node_modules",
@@ -17,6 +18,6 @@
"**/tests"
],
"dependencies": {
- "polymer": "Polymer/polymer#v0.9.0"
+ "polymer": "Polymer/polymer#v1.0.2"
}
} \ No newline at end of file