modularize util.isAbsolute

by using a polyfill of the Node 0.12 `path.isAbsolute()` method

https://github.com/sindresorhus/path-is-absolute
This commit is contained in:
Sindre Sorhus
2015-02-17 10:16:53 +07:00
parent 5f2865883b
commit bbf5a8f4aa
4 changed files with 11 additions and 26 deletions

View File

@@ -54,6 +54,7 @@
"leven": "^1.0.1",
"lodash": "^3.2.0",
"output-file-sync": "^1.1.0",
"path-is-absolute": "^1.0.0",
"private": "^0.1.6",
"regenerator-babel": "0.8.10-2",
"regexpu": "^1.1.1",