Skip to content

Commit

Permalink
Removed qs dependency
Browse files Browse the repository at this point in the history
Added README
Added batch file to kick off tests
  • Loading branch information
Chris Sainty committed Dec 5, 2011
1 parent e405033 commit cd5cba0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node-raven is a RavenDB client for Node.

var raven = require('node-raven');
var client = raven('http://localhost:8080'); // URL of your RavenDb server

To use this code you need to
npm install request

To test this code you also need to
npm install mocha
npm install should
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"version":"0.0.1",
"author":"Chris Sainty <csainty@hotmail.com>",
"dependencies": {
"request": ">= 2.2.9",
"qs": ">= 0.4.0"
"request": ">= 2.2.9"
},
"devDependencies": {
"mocha": ">= 0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion test.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.\node_modules\.bin\mocha --require should .\test\client.test.js
.\node_modules\.bin\mocha .\test\client.test.js

0 comments on commit cd5cba0

Please sign in to comment.