diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-09-17 08:42:32 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-09-17 08:42:32 +0000 |
commit | 76c6363a46b94870cc5401fd9e1ee7636e4c574e (patch) | |
tree | 1ebe33747483ac05725144e03b8138de76838676 | |
parent | 19302fa6500fcf4694c5a48bf9bfcee89ea9c110 (diff) | |
download | vaadin-76c6363a46b94870cc5401fd9e1ee7636e4c574e.tar.gz vaadin-76c6363a46b94870cc5401fd9e1ee7636e4c574e.zip |
Update dependencies for version 14.1.0-alpha2
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -19,7 +19,7 @@ "update-core-version.js" ], "dependencies": { - "vaadin-core": "14.1.0-alpha1", + "vaadin-core": "vaadin-core#14.1.0-alpha2", "vaadin-board": "vaadin-board#2.1.0", "vaadin-charts": "vaadin-charts#6.2.3", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.4", diff --git a/package.json b/package.json index 9753724..0a4f436 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "@vaadin/vaadin", "version": "14.1.0-alpha1", - "description": "Vaadin Elements is an evolving set of open source custom HTML elements for building mobile and desktop web applications in modern browsers.", + "description": "Vaadin components is an evolving set of open sourced custom HTML elements 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)", + "main": "vaadin.js", "dependencies": { - "@vaadin/vaadin-core": "^14.1.0-alpha1", + "@vaadin/vaadin-core": "^14.1.0-alpha2", "@vaadin/vaadin-board": "^2.1.0", "@vaadin/vaadin-charts": "^6.2.3", "@vaadin/vaadin-confirm-dialog": "^1.1.4", |