summaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorBuild Agent <build@vaadin.com>2015-05-21 15:55:35 +0300
committerSauli Tähkäpää <sauli@vaadin.com>2015-07-03 13:29:17 +0300
commit9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3 (patch)
tree9cd941f518067e0b6158ab082fb1e772e9fab7cc /bower.json
parent5759ee06e8fbdc2caeb912d614ec5a42834d009d (diff)
downloadvaadin-core-9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3.tar.gz
vaadin-core-9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3.zip
Release version 0.3.0-rc1.0.3.0-snapshot
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