Skip to content

Commit

Permalink
fix: remove scoped dep
Browse files Browse the repository at this point in the history
Fixes #1180
  • Loading branch information
remy committed Dec 20, 2017
1 parent 67d1466 commit d15cf68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/monitor/run.js
Expand Up @@ -11,7 +11,7 @@ var child = null; // the actual child process we spawn
var killedAfterChange = false;
var noop = function () { };
var restart = null;
var psTree = require('@remy/pstree');
var psTree = require('pstree.remy');
var path = require('path');
var signals = require('./signals');

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,11 +52,11 @@
"should": "~4.0.0"
},
"dependencies": {
"@remy/pstree": "^1.1.0",
"chokidar": "^1.7.0",
"debug": "^2.6.8",
"ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4",
"pstree.remy": "^1.1.0",
"touch": "^3.1.0",
"undefsafe": "0.0.3",
"update-notifier": "^2.3.0"
Expand Down

0 comments on commit d15cf68

Please sign in to comment.