diff options
Diffstat (limited to 'node_modules/expand-tilde/package.json')
| -rw-r--r-- | node_modules/expand-tilde/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/expand-tilde/package.json b/node_modules/expand-tilde/package.json index d146c3718..9b37b1ba5 100644 --- a/node_modules/expand-tilde/package.json +++ b/node_modules/expand-tilde/package.json @@ -1,7 +1,7 @@ { "name": "expand-tilde", "description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.", - "version": "1.2.2", + "version": "2.0.2", "homepage": "https://github.com/jonschlinkert/expand-tilde", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/expand-tilde", @@ -19,9 +19,6 @@ "scripts": { "test": "mocha" }, - "dependencies": { - "os-homedir": "^1.0.1" - }, "devDependencies": { "gulp-format-md": "^0.1.9", "is-windows": "^0.2.0", @@ -51,10 +48,10 @@ ], "related": { "list": [ - "micromatch", "braces", "expand-brackets", - "is-glob" + "is-glob", + "micromatch" ] }, "reflinks": [ @@ -63,5 +60,8 @@ "lint": { "reflinks": true } + }, + "dependencies": { + "homedir-polyfill": "^1.0.1" } } |
