get-installed-path
Advanced tools
Comparing version 4.0.3 to 4.0.4
/** | ||
* @author Charlike Mike Reagent <open.source.charlike@gmail.com> | ||
* @copyright 2017-present @tunnckoCore/team and contributors | ||
* @copyright 2016-present @tunnckoCore/team and contributors | ||
* @license MIT | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @author Charlike Mike Reagent <open.source.charlike@gmail.com> | ||
* @copyright 2017-present @tunnckoCore/team and contributors | ||
* @copyright 2016-present @tunnckoCore/team and contributors | ||
* @license MIT | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "get-installed-path", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Get installation path where the given package is installed. Works for globally and locally installed packages", | ||
@@ -20,2 +20,3 @@ "repository": "tunnckoCore/get-installed-path", | ||
"license": "MIT", | ||
"licenseStart": 2016, | ||
"engines": { | ||
@@ -34,3 +35,3 @@ "node": ">=6", | ||
"eslint-config-standard-tunnckocore": "1.0.10", | ||
"hela": "1.1.2", | ||
"hela": "1.1.3", | ||
"hela-preset-tunnckocore": "0.5.19", | ||
@@ -42,3 +43,3 @@ "husky": "0.14.3", | ||
"rimraf": "2.6.2", | ||
"semantic-release": "^7.0.2" | ||
"semantic-release": "7.0.2" | ||
}, | ||
@@ -45,0 +46,0 @@ "keywords": [ |
29067