diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-12-14 14:26:29 +0100 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-12-16 08:43:01 +0100 |
commit | e7e5a16f380b5f7e3eeb37a810a43226a2f29740 (patch) | |
tree | 5c29fa2b61ac0ce345a3dc7b7751dd660dbee445 /bower.json | |
parent | 09841fb58cce28d1f6e0a1d3f4f9041e466b0963 (diff) | |
download | vaadin-core-e7e5a16f380b5f7e3eeb37a810a43226a2f29740.tar.gz vaadin-core-e7e5a16f380b5f7e3eeb37a810a43226a2f29740.zip |
Rename: elements -> core-elements
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,15 +1,21 @@ { - "name": "vaadin-elements", + "name": "vaadin-core-elements", "version": "0.3.0-beta13", "authors": [ "Vaadin Ltd" ], - "description": "Vaadin Elements is an evolving set of custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", + "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.", "license": "Apache License 2.0", "keywords": [ + "vaadin", + "core", + "elements", + "web", + "components", + "webcomponents", "web-components" ], - "main": "vaadin-elements.html", + "main": "vaadin-core-elements.html", "ignore": [ "**/.*", "**/node_modules", |