diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 681d4a9..d64af08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "vaadin-elements", + "name": "vaadin-core-elements", "version": "0.3.0", - "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.", "author": "Vaadin Ltd", "license": "Apache-2.0", "dependencies": { @@ -32,11 +32,11 @@ }, "keywords": [ "vaadin", + "core", "elements", "web", "components", "webcomponents", - "web-components", - "gwt" + "web-components" ] } |