Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
No Longer Require 'forever-monitor'
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Oct 7, 2012
1 parent 2d500a8 commit 80bce36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"freeport": "~1.0.0",
"request": "~2.11.4",
"cheerio": "~0.10.1",
"forever-monitor": "~1.1.0",
"mocha": "~1.6.0"
},
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ var assert = require('assert')
, spawn = require('child_process').spawn
, request = require('request')
, cheerio = require('cheerio')
, freeport = require('freeport')
, forever = require('forever-monitor');
, freeport = require('freeport');

describe('QuickGit', function (){

Expand Down

0 comments on commit 80bce36

Please sign in to comment.