diff options
author | web-padawan <serguey.kulikov@gmail.com> | 2018-03-08 15:06:17 +0200 |
---|---|---|
committer | Anton Platonov <platosha@gmail.com> | 2018-03-09 11:56:23 +0200 |
commit | 439cd96fe6fdd3c3b40b7901d0dd3734cd7efb89 (patch) | |
tree | 1fcedfda8fc723fef23a274f4da2d4d77f373c25 /package.json | |
parent | fce0b347d7591009d84bb210876d9ae0eda4da0b (diff) | |
download | vaadin-core-439cd96fe6fdd3c3b40b7901d0dd3734cd7efb89.tar.gz vaadin-core-439cd96fe6fdd3c3b40b7901d0dd3734cd7efb89.zip |
Refer to Vaadin components instead of Core Elements
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 69a87dc..378a85c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vaadin-core", "version": "10.0.0-beta1", - "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.", + "description": "Vaadin components 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", "license": "Apache-2.0", "dependencies": { |