Skip to content

Commit

Permalink
Fix issue with cross-spawn-promise and remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastilloec committed Mar 20, 2018
1 parent 7533031 commit 4c3d0d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"asar": "^0.14.3",
"cross-spawn-promise": "^0.10.1",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"glob-promise": "^3.4.0",
"lodash": "^4.17.5",
"nodeify": "^1.0.1",
Expand All @@ -41,7 +41,6 @@
},
"devDependencies": {
"chai": "^4.1.2",
"cross-spawn-promise": "^0.10.1",
"eslint": "^4.18.2",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "^2.9.0",
Expand All @@ -52,7 +51,6 @@
"http-promise": "^0.1.4",
"mocha": "^5.0.4",
"promise-retry": "^1.1.1",
"rimraf": "^2.6.2",
"serve-static": "^1.13.2"
}
}

0 comments on commit 4c3d0d9

Please sign in to comment.