aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaadin Bot <vaadin-bot@users.noreply.github.com>2019-09-09 08:55:16 +0000
committerVaadin Bot <vaadin-bot@users.noreply.github.com>2019-09-09 08:55:16 +0000
commitd2b00d4885e37b18bf64c765bd572b8b4691e2ac (patch)
tree7e17c38b4ee92cb3a9bcf5ae8037935808a43b3c
parente3886264a1ba7e635aef45bac8589c78faff9440 (diff)
downloadvaadin-d2b00d4885e37b18bf64c765bd572b8b4691e2ac.tar.gz
vaadin-d2b00d4885e37b18bf64c765bd572b8b4691e2ac.zip
Update dependencies for version 14.1.0-alpha1
-rw-r--r--bower.json4
-rw-r--r--package.json6
2 files changed, 6 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 11962b6..87475f5 100644
--- a/bower.json
+++ b/bower.json
@@ -5,7 +5,7 @@
"authors": [
"Vaadin Ltd"
],
- "main": "",
+ "main": "vaadin.html",
"license": [
"Apache-2.0",
"https://vaadin.com/license/cval-3.0"
@@ -19,7 +19,7 @@
"update-core-version.js"
],
"dependencies": {
- "vaadin-core": "14.0.2",
+ "vaadin-core": "vaadin-core#14.1.0-alpha1",
"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 dae98a3..fe39066 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.2",
+ "@vaadin/vaadin-core": "^14.1.0-alpha1",
"@vaadin/vaadin-board": "^2.1.0",
"@vaadin/vaadin-charts": "^6.2.3",
"@vaadin/vaadin-confirm-dialog": "^1.1.4",
@@ -14,7 +14,9 @@
"@vaadin/vaadin-grid-pro": "^2.0.3",
"@vaadin/vaadin-rich-text-editor": "^1.0.4"
},
- "files": [],
+ "files": [
+ "vaadin.js"
+ ],
"scripts": {
"version": "node update-core-version.js && git add bower.json"
},