diff options
author | root <root@ip-172-16-1-65.eu-west-1.compute.internal> | 2018-06-08 14:48:44 +0300 |
---|---|---|
committer | root <root@ip-172-16-1-65.eu-west-1.compute.internal> | 2018-06-08 14:48:44 +0300 |
commit | 44a5dbd9e7a387c9f435dcc0dbefe5f343165d63 (patch) | |
tree | 0240ebf3f3f23f440ef88176197d397cff8849fe | |
parent | 5ec2770026e24c0f2bfc73804aff7cde11d81811 (diff) | |
download | vaadin-44a5dbd9e7a387c9f435dcc0dbefe5f343165d63.tar.gz vaadin-44a5dbd9e7a387c9f435dcc0dbefe5f343165d63.zip |
Update bower.json for version 10.0.0-rc2
-rw-r--r-- | bower.json | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ { "name": "vaadin", - "description": "Bundle containing all elements which are part of the Vaadin platform", + "description": "Bundle containing all web components which are part of the Vaadin platform", "homepage": "https://github.com/vaadin/vaadin", "authors": [ - "Artur Signell <artur@vaadin.com>" + "Vaadin Ltd" ], "main": "", "license": [ @@ -18,8 +18,8 @@ "tests" ], "dependencies": { - "vaadin-board": "2.0.0", - "vaadin-charts": "6.0.1", - "vaadin-core": "10.0.0-rc1" + "vaadin-core": "vaadin-core#10.0.0-rc2", + "vaadin-board": "vaadin-board#2.0.0", + "vaadin-charts": "vaadin-charts#6.0.1" } }
\ No newline at end of file |