Skip to content

Commit

Permalink
corrected the node engine version syntax
Browse files Browse the repository at this point in the history
incremented the NPM movulde version
added the GIT information to the package.json
changed the Readme to reflect that tests have not been written yet
  • Loading branch information
daviddripps committed Jan 6, 2012
1 parent 48d4309 commit 8758e4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 1 addition & 5 deletions Readme.md
Expand Up @@ -27,8 +27,4 @@ Now, simply add the ```_method``` parameter to your request query as you would t

## Test

GET methodOverride is tested and can be verified by running the following:

``` bash
make
```
Tests are coming.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "David Dripps <david.dripps@gmail.com> (http://www.daviddripps.com)",
"name": "get-methodoverride",
"description": "similar to the methodOverride in Express except it overrides GET requests as well. This is useful when creating services that interact with your API via JSONP requests",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "http://www.daviddripps.com/projects/node-get-method-override",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,12 @@
"test": "make"
},
"engines": {
"node": "0.4.x"
"node": ">=0.4.0"
},
"dependencies": {},
"devDependencies": {}
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/daviddripps/node-get-method-override.git"
}
}

0 comments on commit 8758e4d

Please sign in to comment.