aboutsummaryrefslogtreecommitdiff
path: root/node_modules/path-key/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/path-key/package.json')
-rw-r--r--node_modules/path-key/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/node_modules/path-key/package.json b/node_modules/path-key/package.json
index 2f4a6f04c..81e0e8bed 100644
--- a/node_modules/path-key/package.json
+++ b/node_modules/path-key/package.json
@@ -1,6 +1,6 @@
{
"name": "path-key",
- "version": "1.0.0",
+ "version": "2.0.1",
"description": "Get the PATH environment variable key cross-platform",
"license": "MIT",
"repository": "sindresorhus/path-key",
@@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"scripts": {
"test": "xo && ava"
@@ -32,5 +32,8 @@
"devDependencies": {
"ava": "*",
"xo": "*"
+ },
+ "xo": {
+ "esnext": true
}
}