get-installed-path
Advanced tools
Comparing version 4.0.2 to 4.0.3
/** | ||
* @author Charlike Mike Reagent <open.source.charlike@gmail.com> | ||
* @copyright 2017 @tunnckoCore/team and contributors | ||
* @copyright 2017-present @tunnckoCore/team and contributors | ||
* @license MIT | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @author Charlike Mike Reagent <open.source.charlike@gmail.com> | ||
* @copyright 2017 @tunnckoCore/team and contributors | ||
* @copyright 2017-present @tunnckoCore/team and contributors | ||
* @license MIT | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "get-installed-path", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Get installation path where the given package is installed. Works for globally and locally installed packages", | ||
@@ -32,10 +32,10 @@ "repository": "tunnckoCore/get-installed-path", | ||
"devDependencies": { | ||
"eslint-config-standard-tunnckocore": "^1.0.10", | ||
"hela": "^1.1.1", | ||
"hela-preset-tunnckocore": "^0.5.12", | ||
"husky": "^0.14.3", | ||
"eslint-config-standard-tunnckocore": "1.0.10", | ||
"hela": "1.1.2", | ||
"hela-preset-tunnckocore": "0.5.19", | ||
"husky": "0.14.3", | ||
"mkdirp": "0.5.1", | ||
"mukla": "^0.4.9", | ||
"mukla": "0.4.9", | ||
"pkg-dir": "2.0.0", | ||
"rimraf": "^2.6.2", | ||
"rimraf": "2.6.2", | ||
"semantic-release": "^7.0.2" | ||
@@ -42,0 +42,0 @@ }, |
29044