Skip to content

Commit

Permalink
Remove "url" from package.json.
Browse files Browse the repository at this point in the history
Closes #120.
  • Loading branch information
flatheadmill committed Feb 25, 2014
1 parent 2640b35 commit 3bcc4ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.0",
"author": "Alan Gutierrez <[email protected]>",
"description": "A pure-JavaScript LevelDB implementation backed by a durable and persistent evented I/O b-tree for use with LevelUP.",
"url": "http://bigeasy.github.com/locket",
"keywords":
[
"btree", "leveldb", "levelup", "binary",
Expand Down
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ to build other databases.

### Issue by Issue

* Remove "url" from `package.json`. #120.
* Upgrade Cadence to 0.0.35. #118.
* Stop using Cadence boolean handlers. #117.
* Open iterators using Cadence gathered loop. #116.
Expand Down

0 comments on commit 3bcc4ce

Please sign in to comment.