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 /package.json | |
parent | b34de0ec0bf28d632b0feec7a870eaa1f315c940 (diff) | |
download | vaadin-15d68d9b82adcfa28a45596e600bb5a252a46902.tar.gz vaadin-15d68d9b82adcfa28a45596e600bb5a252a46902.zip |
Update dependencies for version 14.0.0-rc5
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 2 insertions, 4 deletions
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" }, |