From 7fb660335df390d6c8de5db9c889184f3d69fdc1 Mon Sep 17 00:00:00 2001 From: Peng Wang Date: Sat, 14 Oct 2017 09:15:18 -0700 Subject: [PATCH] Fix-up package metadata. --- package.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eefd2ef..9085863 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,22 @@ { - "name": "hlf-jquery", + "name": "hlf-dom-extensions", "version": "0.3.0", - "description": "jQuery plugins and extensions for quality UI.", + "description": "DOM extensions for quality UI, without hard dependencies.", "main": "release/jquery.hlf.min.js", - "files": ["release/*"], - "keywords": ["jquery", "js", "tooltip", "grid"], + "files": [ + "release/*" + ], + "keywords": [ + "extensions", + "components", + "tooltip", + "cards" + ], "author": "Peng Wang ", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/hlfcoding/hlf-jquery" + "url": "https://github.com/hlfcoding/hlf-dom-extensions" }, "devDependencies": { "grunt": "^1.0", @@ -22,9 +29,9 @@ "grunt-groc": "^0.7", "grunt-markdown": "^0.7", "grunt-newer": "^1.0", + "hlf-css": "^0.2", "matchdep": "^2.0", "merlot": "^0.1", - "hlf-css": "^0.2", "qunitjs": "^2.4", "requirejs": "^2.3" },