Comparing version 5.0.0 to 6.0.0
@@ -13,12 +13,15 @@ { | ||
"node-cmd": "^3.0.0", | ||
"pkg-dir": "^2.0.0" | ||
"pkg-dir": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.7.0" | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.13.0" | ||
}, | ||
"description": "Linter", | ||
"description": "Eslint config installer", | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"homepage": "https://github.com/oculus42/eastwood#readme", | ||
@@ -45,3 +48,3 @@ "keywords": [ | ||
}, | ||
"version": "5.0.0" | ||
"version": "6.0.0" | ||
} |
@@ -66,3 +66,3 @@ const fs = require('fs'); | ||
.then((dir) => { | ||
if (dir === null) { | ||
if (dir === undefined) { | ||
return Promise.reject(new ReferenceError('Cannot locate package root to check for configs.')); | ||
@@ -69,0 +69,0 @@ } |
@@ -10,3 +10,3 @@ const fs = require('fs'); | ||
.then((dir) => { | ||
if (dir === null) { | ||
if (dir === undefined) { | ||
return Promise.reject(new ReferenceError('Directory not found')); | ||
@@ -13,0 +13,0 @@ } |
13424
+ Addedfind-up@4.1.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpkg-dir@4.2.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedpkg-dir@2.0.0(transitive)
Updatedpkg-dir@^4.1.0