diff options
author | Tomi Virkki <tomivirkki@users.noreply.github.com> | 2018-05-21 13:30:34 +0300 |
---|---|---|
committer | Yuriy Yevstihnyeyev <yuriy@vaadin.com> | 2018-05-21 13:30:34 +0300 |
commit | 93b799078052020ed6032425558c1ff29f9d74c3 (patch) | |
tree | d4f6f4c9e9be4510475cfa410e2fea8744001427 /package.json | |
parent | 8a6da8ba17ddf20242bffcd15cdeaac973cf3a2c (diff) | |
download | vaadin-p3-preview.tar.gz vaadin-p3-preview.zip |
Prepare for Polymer 3 (#26)p3-preview
* Prepare for Polymer 3
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json index 6024e9b..84d4bd0 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,13 @@ { - "name": "vaadin", - "version": "10.0.0-beta10", + "name": "@vaadin/vaadin", + "version": "10.0.0-pre1", "description": "Vaadin Elements is an evolving set of open source custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", "dependencies": { - "bower": "latest" - }, - "scripts": { - "version": "node update-core-version.js && git add bower.json" + "@vaadin/vaadin-board": "2.0.0-pre.2", + "@vaadin/vaadin-charts": "6.1.0-pre.2", + "@vaadin/vaadin-core": "10.0.0-pre.3" }, "devDependencies": {}, "keywords": [ |