Bower Keyword Update
{ | { | ||
"name": "tinydom", | "name": "tinydom", | ||
"version": "1.1.0", | "version": "1.1.1", | ||
"description": "A simple DOM batch manipulation library", | "description": "A simple DOM batch manipulation library", | ||
"main": "dist/tinydom.js", | "main": "dist/tinydom.min.js", | ||
"directories": { | "directories": { | ||
"test": "test" | "test": "test" | ||
}, | }, | ||
... | @@ -13,7 +13,12 @@ | ... | @@ -13,7 +13,12 @@ |
"keywords": [ | "keywords": [ | ||
"DOM", | "DOM", | ||
"Batch", | "Batch", | ||
"Manipulation" | "Manipulation", | ||
"tinyDOM", | |||
"ajax", | |||
"json", | |||
"utilities", | |||
"utility" | |||
], | ], | ||
"author": "Louis Capitanchik", | "author": "Louis Capitanchik", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
Please register or sign in to comment