From bd34f872e3beb16679a4307b2d8729e191911614 Mon Sep 17 00:00:00 2001 From: Eyal Arubas Date: Tue, 4 Nov 2014 17:28:33 +0800 Subject: [PATCH] updates package metadata --- bower.json | 19 ++++++++++++------- package.json | 12 +++++++++--- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index c022355..061d01e 100644 --- a/bower.json +++ b/bower.json @@ -1,17 +1,25 @@ { "name": "mu-selector-set", + "version": "1.0.0", "homepage": "https://github.com/mu-lib/mu-selector-set", "repository": { "type": "git", "url": "https://github.com/mu-lib/mu-selector-set.git" }, "authors": [ - "Mikael Karon" + "µLib Team (https://github.com/mu-lib)" ], - "description": "Micro SelectorSet", + "description": "A CSS selector set with fast DOM element matching.", "main": "main.js", "moduleType": [ - "amd" + "amd", + "node" + ], + "keywords": [ + "css", + "selector", + "set", + "match" ], "license": "MIT", "ignore": [ @@ -19,8 +27,5 @@ "node_modules", "bower_components", "test" - ], - "devDependencies": { - "requirejs": "~2" - } + ] } diff --git a/package.json b/package.json index 254f23f..4236006 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mu-selector-set", - "version": "0.0.0", - "description": "", + "version": "1.0.0", + "description": "A CSS selector set with fast DOM element matching.", "main": "main.js", "directories": { "test": "test" @@ -15,7 +15,13 @@ "type": "git", "url": "https://github.com/mu-lib/mu-selector-set.git" }, - "author": "", + "author": "µLib Team (https://github.com/mu-lib)", + "keywords": [ + "css", + "selector", + "set", + "match" + ], "license": "MIT", "bugs": { "url": "https://github.com/mu-lib/mu-selector-set/issues"