Skip to content

Commit

Permalink
move ps-tree to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Oct 28, 2016
1 parent 2d4bbbe commit 0cab6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crater-util",
"version": "1.1.1",
"version": "1.1.2",
"description": "my personal skeleton for ES2015 library NPM packages",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -67,11 +67,11 @@
"mkdirp": "^0.5.1",
"mocha": "^3.1.0",
"nyc": "^8.3.0",
"ps-tree": "^1.1.0",
"rimraf": "^2.5.4"
},
"dependencies": {
"async-child-process": "^1.1.1",
"cross-spawn": "^4.0.2"
"cross-spawn": "^4.0.2",
"ps-tree": "^1.1.0"
}
}

0 comments on commit 0cab6ce

Please sign in to comment.