diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-07-15 13:49:35 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-07-15 13:49:35 +0000 |
commit | 15d68d9b82adcfa28a45596e600bb5a252a46902 (patch) | |
tree | 38fb843294364cd04fb5a26833d090d94807b0f5 | |
parent | b34de0ec0bf28d632b0feec7a870eaa1f315c940 (diff) | |
download | vaadin-15d68d9b82adcfa28a45596e600bb5a252a46902.tar.gz vaadin-15d68d9b82adcfa28a45596e600bb5a252a46902.zip |
Update dependencies for version 14.0.0-rc5
-rw-r--r-- | bower.json | 4 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 4 insertions, 6 deletions
@@ -5,7 +5,7 @@ "authors": [ "Vaadin Ltd" ], - "main": "vaadin.html", + "main": "", "license": [ "Apache-2.0", "https://vaadin.com/license/cval-3.0" @@ -19,7 +19,7 @@ "update-core-version.js" ], "dependencies": { - "vaadin-core": "14.0.0-rc4", + "vaadin-core": "vaadin-core#14.0.0-rc5", "vaadin-board": "vaadin-board#2.1.0", "vaadin-charts": "vaadin-charts#6.2.3", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.1", diff --git a/package.json b/package.json index e7acd46..32f155a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Vaadin Ltd", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", "dependencies": { - "@vaadin/vaadin-core": "^14.0.0-rc4", + "@vaadin/vaadin-core": "^14.0.0-rc5", "@vaadin/vaadin-board": "^2.1.0", "@vaadin/vaadin-charts": "^6.2.3", "@vaadin/vaadin-confirm-dialog": "^1.1.1", @@ -14,9 +14,7 @@ "@vaadin/vaadin-grid-pro": "^2.0.3", "@vaadin/vaadin-rich-text-editor": "^1.0.4" }, - "files": [ - "vaadin.js" - ], + "files": [], "scripts": { "version": "node update-core-version.js && git add bower.json" }, |