Skip to content

Commit

Permalink
package: remove path-is-absolute dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Apr 27, 2016
1 parent 5395126 commit cfd0fa2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/ensure/symlink-paths.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
var path = require('path')
// path.isAbsolute shim for Node.js 0.10 support
path.isAbsolute = (path.isAbsolute) ? path.isAbsolute : require('path-is-absolute')
var fs = require('graceful-fs')

/**
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"graceful-fs": "^4.1.2",
"jsonfile": "^2.1.0",
"klaw": "^1.0.0",
"path-is-absolute": "^1.0.0",
"rimraf": "^2.2.8"
},
"devDependencies": {
Expand Down

0 comments on commit cfd0fa2

Please sign in to comment.