Skip to content

Commit

Permalink
Remove package from deps list.
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Feb 25, 2012
1 parent c0609b2 commit 6816448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions lib/moni.js
Expand Up @@ -4,11 +4,10 @@
* Veselin Todorov <hi@vesln.com>
* MIT License.
*/

/**
* Dependencies.
*/
var package = require('package')(module);
var Watcher = require('./watcher');

/**
Expand All @@ -19,4 +18,4 @@ module.exports = Watcher;
/**
* Exposing version.
*/
module.exports.version = package.version;
module.exports.version = require('../package.json').version;
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -4,9 +4,6 @@
, "description": "Process monitoring with node."
, "keywords": ["monitoring", "process monitoring"]
, "author": "Veselin Todorov <hi@vesln.com>"
, "dependencies": {
"package": "1.0.0"
}
, "devDependencies": {
"mocha": "0.3.3"
, "should": "0.3.2"
Expand All @@ -23,4 +20,4 @@
, "engines": {
"node": ">= 0.6.0 < 0.7.0"
}
}
}

0 comments on commit 6816448

Please sign in to comment.