From b44c72a832a262a21e388fc2611f2e6327cc2795 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Mon, 4 Sep 2017 13:03:55 +0200 Subject: [PATCH] Rename more references of vaadin-core-elements to vaadin-core --- README.md | 2 +- bower.json | 2 +- package.json | 2 +- vaadin-core-elements.html => vaadin-core.html | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename vaadin-core-elements.html => vaadin-core.html (100%) diff --git a/README.md b/README.md index 53ac599..7922dea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Bower version](https://badge.fury.io/bo/vaadin-core-elements.svg) +![Bower version](https://badge.fury.io/bo/vaadin-core.svg) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/author/vaadin) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/vaadin-core-elements?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) diff --git a/bower.json b/bower.json index a059640..6af7a42 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "web-components", "element-collection" ], - "main": "vaadin-core-elements.html", + "main": "vaadin-core.html", "ignore": [ "**/.*", "**/node_modules", diff --git a/package.json b/package.json index 834022b..022b864 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vaadin-core-elements", + "name": "vaadin-core", "version": "1.7.0", "description": "Vaadin Core Elements is an evolving set of free, open sourced custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", diff --git a/vaadin-core-elements.html b/vaadin-core.html similarity index 100% rename from vaadin-core-elements.html rename to vaadin-core.html -- 2.39.5