aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur <artur@vaadin.com>2017-09-07 14:37:05 +0300
committerGitHub <noreply@github.com>2017-09-07 14:37:05 +0300
commit26e04adef4bec49068bc27cc43832407c3a82d1d (patch)
tree34e265e541b30a99843e6dddcb94253fa23ee7b9
parentd20129ba99f0959987282d22511b98e68c81c4ce (diff)
downloadvaadin-26e04adef4bec49068bc27cc43832407c3a82d1d.tar.gz
vaadin-26e04adef4bec49068bc27cc43832407c3a82d1d.zip
Fix vaadin-core name
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index b97c637..9667f47 100644
--- a/bower.json
+++ b/bower.json
@@ -20,6 +20,6 @@
"dependencies": {
"vaadin-board": "1.0.1",
"vaadin-charts": "5.0.0",
- "vaadin-core-elements": "vaadin/vaadin-core#master"
+ "vaadin-core": "vaadin/vaadin-core#master"
}
}