remove ender from keywords for pakmanager's sake

This commit is contained in:
AJ ONeal 2013-03-06 16:52:51 -07:00
parent a704e4ad02
commit 4e61155c7e
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"name": "json-storage",
"description": "A wrapper for storage engines which use the W3C Storage API",
"keywords": ["ender", "localStorage", "sessionStorage", "globalStorage", "Storage"],
"version": "1.1.2",
"keywords": ["localStorage", "sessionStorage", "globalStorage", "Storage"],
"version": "1.1.3",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/json-storage-js.git"