summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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"
},