Skip to content

Commit

Permalink
prepare for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Wrzochol committed Mar 15, 2013
1 parent afabd6b commit 9ffce27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/fagbokforlaget/textiijs.png)](https://travis-ci.org/fagbokforlaget/textiijs)

Inverted index for text file.
Text inverted index generator for node.

* excludes "stop words"
* normalize words with [porter-stemmer](https://github.com/jedp/porter-stemmer)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "textiijs",
"version": "0.0.1",
"version": "0.1.0",
"description": "Creates inverted index for words from text file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9ffce27

Please sign in to comment.