Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Merge 870ea2d into 0352a88
Browse files Browse the repository at this point in the history
  • Loading branch information
duran committed Feb 3, 2014
2 parents 0352a88 + 870ea2d commit 2477ed0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,15 +1,15 @@
{
"name": "inverted-index",
"version": "1.7.0",
"version": "1.7.1",
"description": "inverted-index for level with pagination, sift3/cosine distance and tf-idf ranking",
"keywords": [],
"homepage": "https://github.com/ramitos/inverted-index",
"homepage": "https://github.com/ramitos/inverted",
"bugs": {
"url": "http://github.com/ramitos/inverted-index/issues",
"url": "http://github.com/ramitos/inverted/issues",
"email": "mail@sergioramos.me"
},
"license": {
"url": "https://raw.github.com/ramitos/inverted-index/master/license",
"url": "https://raw.github.com/ramitos/inverted/master/license",
"type": "MIT"
},
"author": "Sérgio Ramos <mail@sergioramos.me> (http://sergioramos.me)",
Expand All @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/ramitos/inverted-index.git"
"url": "git://github.com/ramitos/inverted.git"
},
"scripts": {
"test": "make test test-coveralls"
Expand Down

0 comments on commit 2477ed0

Please sign in to comment.