Skip to content

Commit

Permalink
updates package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalAr committed Nov 4, 2014
1 parent 74f166b commit bd34f87
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
19 changes: 12 additions & 7 deletions bower.json
@@ -1,26 +1,31 @@
{
"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": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"requirejs": "~2"
}
]
}
12 changes: 9 additions & 3 deletions 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"
Expand All @@ -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"
Expand Down

0 comments on commit bd34f87

Please sign in to comment.