diff options
author | Tomi Virkki <tomivirkki@users.noreply.github.com> | 2017-09-06 13:33:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 13:33:58 +0300 |
commit | 8184f109f9a6efe1385258322d3cebae9a6e7c0b (patch) | |
tree | 007f5cdd772d519b60ca1c3d734e70b3e0d69afb | |
parent | e648fd2b451c5d03328f6c69f5ece60079b9e463 (diff) | |
parent | 235f745260b070164164dcbd4c01c83f713c20cf (diff) | |
download | vaadin-core-8184f109f9a6efe1385258322d3cebae9a6e7c0b.tar.gz vaadin-core-8184f109f9a6efe1385258322d3cebae9a6e7c0b.zip |
Merge pull request #128 from vaadin/rename-package
Rename package to match repository name
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | bower.json | 4 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | vaadin-core.html (renamed from vaadin-core-elements.html) | 0 |
4 files changed, 4 insertions, 4 deletions
@@ -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) @@ -1,5 +1,5 @@ { - "name": "vaadin-core-elements", + "name": "vaadin-core", "authors": [ "Vaadin Ltd" ], @@ -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 index 1e40324..1e40324 100644 --- a/vaadin-core-elements.html +++ b/vaadin-core.html |