detect-installed
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.4"></a> | ||
## [2.0.4](https://github.com/tunnckocore/detect-installed/compare/v2.0.3...v2.0.4) (2016-12-12) | ||
### Bug Fixes | ||
* **appveyor:** force install npm globally ([63aaa29](https://github.com/tunnckocore/detect-installed/commit/63aaa29)) | ||
<a name="2.0.3"></a> | ||
@@ -7,0 +17,0 @@ ## [2.0.3](https://github.com/tunnckocore/detect-installed/compare/v2.0.2...v2.0.3) (2016-12-11) |
{ | ||
"name": "detect-installed", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Checks that given package is installed globally or locally.", | ||
@@ -24,3 +24,3 @@ "repository": "tunnckoCore/detect-installed", | ||
"dependencies": { | ||
"get-installed-path": "^2.0.1" | ||
"get-installed-path": "^2.0.3" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
"pkg-dir": "^1.0.0", | ||
"pre-commit": "^1.2.0", | ||
"pre-commit": "^1.2.1", | ||
"rimraf": "^2.5.4", | ||
@@ -38,0 +38,0 @@ "standard": "^8.6.0", |
18355
Updatedget-installed-path@^2.0.3