summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaadin Bot <vaadin-bot@users.noreply.github.com>2019-09-04 06:46:29 +0000
committerVaadin Bot <vaadin-bot@users.noreply.github.com>2019-09-04 06:46:29 +0000
commit89dced4fa96b869e0addb2909d4debd5765711e7 (patch)
tree8edd0a59de17974bcb14aef13265bf82f7611aba
parente3886264a1ba7e635aef45bac8589c78faff9440 (diff)
downloadvaadin-89dced4fa96b869e0addb2909d4debd5765711e7.tar.gz
vaadin-89dced4fa96b869e0addb2909d4debd5765711e7.zip
Update dependencies for version 15.0.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..10ed54b 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#15.0.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..6b30526 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": "^15.0.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"
},