Skip to content

Commit

Permalink
Tweaked README, project description and bumped version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark S. Weiss committed Sep 12, 2011
1 parent 80f92cf commit a02a320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ If all property names at all levels in a Schema are unique, then clients can que
## Installation
`npm install mongoose-flatmatcher`. The simply `require('flatmatcher)` in modules where you wish to use flatmatcher.
`npm install mongoose-flatmatcher`. The simply `require('flatmatcher')` in modules where you wish to use flatmatcher.
## Development
To run the tests in test/, `make test`. You will need to install the dev dependencies listed in package.json. To do so run `npm install` from the directory you installed mongoose-flatmatcher into, which will be ~/node_modules/mongoose-flatmatcher if you installed using `npm install mongoose-flatmatcher`.
To run the tests in test/, `make test`. You will need to install the dev dependencies listed in package.json. To do so run `npm install [DEP]` from the directory you installed mongoose-flatmatcher into, which will be ~/node_modules/mongoose-flatmatcher if you installed using `npm install mongoose-flatmatcher`.
## License
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose-flatmatcher",
"version": "0.0.1",
"description": "Query predicate preprocessing plugin for mongoose node.js orm supporting querying arbitrary Scehmas with flat key/value JSON",
"version": "0.0.2",
"description": "Mongoose plugin mapping flat name/value JSON to Mongoose Schemas which may have nesting and embedded arrays",
"keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "mongodb", "mongoose plugin", "data access", "data API"],
"author": "Mark S. Weiss <marksimonweiss@gmail.com> (https://github.com/marksweiss/)",
"homepage": "https://github.com/marksweiss/mongoose-flatmatcher/",
Expand Down

0 comments on commit a02a320

Please sign in to comment.