Skip to content

Commit 1eca47e

Browse files
Remove dependencies on npm and n
Neither package is actually require()'d in the code. strider-node expects these modules to be installed globally, which the dependency wouldn't do anyway. All these dependencies do, is pull in code that is never used and block installation on Windows.
1 parent be3b895 commit 1eca47e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
"author": "Peter Braden",
1818
"license": "BSD",
1919
"dependencies": {
20-
"npm": "^2.7.1",
21-
"n": "^2.1.0",
2220
"md5": "^2.0.0",
2321
"async": "^1.0.0",
2422
"fs-extra": "^0.8.1"

0 commit comments

Comments
 (0)