aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTomi Virkki <tomivirkki@users.noreply.github.com>2015-12-16 09:47:53 +0200
committerTomi Virkki <tomivirkki@users.noreply.github.com>2015-12-16 09:47:53 +0200
commitefbb57d278e0176ae6a61cd0c55b03846aafdaf6 (patch)
tree5c29fa2b61ac0ce345a3dc7b7751dd660dbee445 /package.json
parent09841fb58cce28d1f6e0a1d3f4f9041e466b0963 (diff)
parente7e5a16f380b5f7e3eeb37a810a43226a2f29740 (diff)
downloadvaadin-core-efbb57d278e0176ae6a61cd0c55b03846aafdaf6.tar.gz
vaadin-core-efbb57d278e0176ae6a61cd0c55b03846aafdaf6.zip
Merge pull request #28 from vaadin/rename_core_0.3.0
Rename: elements -> core-elements
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 01cfd7b..6d84aca 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "vaadin-elements",
+ "name": "vaadin-core-elements",
"version": "0.3.0",
- "description": "A set of high-quality Web Components with a customizable Sass based theme",
+ "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 License 2.0",
"dependencies": {
@@ -32,11 +32,11 @@
},
"keywords": [
"vaadin",
+ "core",
"elements",
"web",
"components",
"webcomponents",
- "web-components",
- "gwt"
+ "web-components"
]
}