Skip to content

Commit

Permalink
Remove bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uatrend committed Aug 31, 2021
1 parent 1322f4c commit ed8b79c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ A simple storage helper inspired by the redis api.
var db = JSONStorage.select("mydb");

db.set("mykey", 1);

db.incr("mykey");

db.get("mykey"); // 2

// Lists
Expand All @@ -35,11 +35,11 @@ A simple storage helper inspired by the redis api.

## implemented methods

set, setex, get, exists, del, type, append, incr, decr,
set, setex, get, exists, del, type, append, incr, decr,
llen, lpush, rpush, lset, lindex,
hset, hget, hgetall, hexists, hkeys, hvals, hlen, hincrby, hmset, hmget

## Adaptars
## Adapters

- memory (default)
- local - using window.localStorage
Expand Down
13 changes: 0 additions & 13 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JSONStorage",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple storage helper inspired by the redis api.",
"homepage": "https://github.com/aheinze/JSONStorage",
"main": "storage.js"
Expand Down

0 comments on commit ed8b79c

Please sign in to comment.