Skip to content

Commit

Permalink
fix(misc): force updates
Browse files Browse the repository at this point in the history
TAG: latest
  • Loading branch information
tunnckoCore committed Oct 12, 2017
1 parent 68f37a6 commit 417af8b
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 48 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"standard-tunnckocore"
],
"rules": {
"react/react-in-jsx-scope": "off"
}
}
2 changes: 1 addition & 1 deletion .helarc.json → .helarc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": "tunnckocore",
"presets": "hela-config-tunnckocore",
"tasks": {
"build": [
"hela clean",
Expand Down
71 changes: 53 additions & 18 deletions .verb.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# {%= name %} [![npm version][npmv-img]][npmv-url] [![github release][github-release-img]][github-release-url] [![mit License][license-img]][license-url] [![NPM Downloads Weekly][downloads-weekly-img]][downloads-weekly-url] [![NPM Downloads Total][downloads-total-img]][downloads-total-url]
# {%= name %} [![npm version][npmv-img]][npmv-url] [![github release][github-release-img]][github-release-url] [![mit License][license-img]][license-url] [![NPM Downloads Total][downloads-total-img]][npmv-url]

<!--
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
[![NPM Downloads Total][downloads-total-img]][npmv-url] -->

> {%= description %}
Expand All @@ -14,16 +18,31 @@
[![Code Coverage][codecov-img]][codecov-url]
[![Dependencies Status][dependencies-img]][dependencies-url]
[![Renovate App Status][renovate-img]][renovate-url]
[![Node Version Required][nodeversion-img]][nodeversion-url]

If you have any _how-to_ kind of questions, please read [Code of Conduct](./CODE_OF_CONDUCT.md) and **join the chat** room or [open an issue][open-issue-url].
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.

[![tunnckoCore support][gitterchat-img]][gitterchat-url]
[![tunnckoCore support][chat-img]][chat-url]
[![Code Format Prettier][prettier-img]][prettier-url]
[![node security status][nodesecurity-img]][nodesecurity-url]
[![conventional Commits][ccommits-img]][ccommits-url]
[![semantic release][semantic-release-img]][semantic-release-url]
[![Node Version Required][nodeversion-img]][nodeversion-url]
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
[![Conventional Commits][ccommits-img]][ccommits-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]
[![First Timers Only][first-timers-only-img]][first-timers-only-url]

<a target="_blank" rel="nofollow" href="https://app.codesponsor.io/link/K7yYzzA5nb2ZDR4GTKmgUdfe/{%= repository %}">
<img alt="Sponsor" width="888" height="68" src="https://app.codesponsor.io/embed/K7yYzzA5nb2ZDR4GTKmgUdfe/{%=
repository %}.svg" />
</a>
<br>
<br>

[![All Contributors Spec][all-contributors-img]](#contributors)
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
[![PayPal Author Support][paypal-donate-img]][paypal-donate-url]
[![Share Love][share-love-img]][share-love-url]
[![BitHound Code][bithound-code-img]][bithound-code-url]

## Table of Contents
<!-- toc -->
Expand All @@ -36,11 +55,6 @@ This project requires [**Node.js**][nodeversion-url] **v{%= engines.node.slice(2
$ yarn add {%= name %}
```

<a target="_blank" rel="nofollow" href="https://app.codesponsor.io/link/K7yYzzA5nb2ZDR4GTKmgUdfe/{%= repository %}">
<img alt="Sponsor" width="888" height="68" src="https://app.codesponsor.io/embed/K7yYzzA5nb2ZDR4GTKmgUdfe/{%=
repository %}.svg" />
</a>

## API
Review carefully the provided examples and the working [tests](./test/index.js).

Expand Down Expand Up @@ -77,19 +91,17 @@ Project scaffolded and managed with [hela][].

<!-- Heading badges -->
[npmv-url]: https://www.npmjs.com/package/{%= name %}
[npmv-img]: https://img.shields.io/npm/v/{%= name %}.svg
[npmv-img]: https://img.shields.io/npm/v/{%= name %}.svg?label=npm%20version

[open-issue-url]: https://github.com/{%= repository %}/issues/new
[github-release-url]: https://github.com/{%= repository %}/releases/latest
[github-release-img]: https://img.shields.io/github/release/{%= repository %}.svg
[github-release-img]: https://img.shields.io/github/release/{%= repository %}.svg?label=github%20release

[license-url]: https://github.com/{%= repository %}/blob/master/LICENSE
[license-img]: https://img.shields.io/npm/l/{%= name %}.svg

[downloads-weekly-url]: https://www.npmjs.com/package/{%= name %}
[downloads-weekly-img]: https://img.shields.io/npm/dw/{%= name %}.svg

[downloads-total-url]: https://www.npmjs.com/package/{%= name %}
[downloads-monthly-img]: https://img.shields.io/npm/dm/{%= name %}.svg
[downloads-total-img]: https://img.shields.io/npm/dt/{%= name %}.svg

<!-- Front line badges -->
Expand All @@ -113,8 +125,8 @@ Project scaffolded and managed with [hela][].

<!-- Second front of badges -->

[gitterchat-url]: https://gitter.im/tunnckoCore/support
[gitterchat-img]: https://img.shields.io/gitter/room/tunnckoCore/support.svg
[chat-url]: https://tunnckocore.flock.com/?i=cx2xoeofjtj6eo6c
[chat-img]: https://img.shields.io/badge/chat-on_flock-brightgreen.svg

[prettier-url]: https://github.com/prettier/prettier
[prettier-img]: https://img.shields.io/badge/styled_with-prettier-f952a5.svg
Expand All @@ -132,3 +144,26 @@ Project scaffolded and managed with [hela][].

[nodeversion-url]: https://nodejs.org/en/download
[nodeversion-img]: https://img.shields.io/node/v/{%= name %}.svg

[first-timers-only-img]: https://img.shields.io/badge/first--timers--only-friendly-blue.svg
[first-timers-only-url]: http://www.firsttimersonly.com

[prs-welcome-img]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[prs-welcome-url]: http://makeapullrequest.com

[all-contributors-img]: https://img.shields.io/github/contributors/{%= repository %}.svg?label=all%20contributors&colorB=ffa500

[bithound-deps-url]: https://www.bithound.io/github/{%= repository %}/master/dependencies/npm
[bithound-deps-img]: https://www.bithound.io/github/{%= repository %}/badges/dependencies.svg

[bithound-code-url]: https://www.bithound.io/github/{%= repository %}/master
[bithound-code-img]: https://www.bithound.io/github/{%= repository %}/badges/code.svg

[paypal-donate-url]: https://paypal.me/tunnckoCore/10
[paypal-donate-img]: https://img.shields.io/badge/paypal-donate-009cde.svg

[tinyletter-url]: https://tinyletter.com/tunnckoCore
[tinyletter-img]: https://img.shields.io/badge/newsletter-subscribe-9caaf8.svg

[share-love-url]: https://twitter.com/intent/tweet?text={%= encodeURI(homepage) %}&via=tunnckoCore
[share-love-img]: https://img.shields.io/badge/share-♥-ed1c24.svg
71 changes: 53 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# get-installed-path [![npm version][npmv-img]][npmv-url] [![github release][github-release-img]][github-release-url] [![mit License][license-img]][license-url] [![NPM Downloads Weekly][downloads-weekly-img]][downloads-weekly-url] [![NPM Downloads Total][downloads-total-img]][downloads-total-url]
# get-installed-path [![npm version][npmv-img]][npmv-url] [![github release][github-release-img]][github-release-url] [![mit License][license-img]][license-url] [![NPM Downloads Total][downloads-total-img]][npmv-url]

<!--
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
[![NPM Downloads Total][downloads-total-img]][npmv-url] -->

> Get installation path where the given package is installed. Works for globally and locally installed packages
Expand All @@ -14,16 +18,30 @@ You might also be interested in [detect-installed](https://github.com/tunnckocor
[![Code Coverage][codecov-img]][codecov-url]
[![Dependencies Status][dependencies-img]][dependencies-url]
[![Renovate App Status][renovate-img]][renovate-url]
[![Node Version Required][nodeversion-img]][nodeversion-url]

If you have any _how-to_ kind of questions, please read [Code of Conduct](./CODE_OF_CONDUCT.md) and **join the chat** room or [open an issue][open-issue-url].
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.

[![tunnckoCore support][gitterchat-img]][gitterchat-url]
[![tunnckoCore support][chat-img]][chat-url]
[![Code Format Prettier][prettier-img]][prettier-url]
[![node security status][nodesecurity-img]][nodesecurity-url]
[![conventional Commits][ccommits-img]][ccommits-url]
[![semantic release][semantic-release-img]][semantic-release-url]
[![Node Version Required][nodeversion-img]][nodeversion-url]
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
[![Conventional Commits][ccommits-img]][ccommits-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]
[![First Timers Only][first-timers-only-img]][first-timers-only-url]

<a target="_blank" rel="nofollow" href="https://app.codesponsor.io/link/K7yYzzA5nb2ZDR4GTKmgUdfe/tunnckoCore/get-installed-path">
<img alt="Sponsor" width="888" height="68" src="https://app.codesponsor.io/embed/K7yYzzA5nb2ZDR4GTKmgUdfe/tunnckoCore/get-installed-path.svg" />
</a>
<br>
<br>

[![All Contributors Spec][all-contributors-img]](#contributors)
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
[![PayPal Author Support][paypal-donate-img]][paypal-donate-url]
[![Share Love][share-love-img]][share-love-url]
[![BitHound Code][bithound-code-img]][bithound-code-url]

## Table of Contents
- [Install](#install)
Expand All @@ -45,10 +63,6 @@ This project requires [**Node.js**][nodeversion-url] **v6** and above. Use [**ya
$ yarn add get-installed-path
```

<a target="_blank" rel="nofollow" href="https://app.codesponsor.io/link/K7yYzzA5nb2ZDR4GTKmgUdfe/tunnckoCore/get-installed-path">
<img alt="Sponsor" width="888" height="68" src="https://app.codesponsor.io/embed/K7yYzzA5nb2ZDR4GTKmgUdfe/tunnckoCore/get-installed-path.svg" />
</a>

## API
Review carefully the provided examples and the working [tests](./test/index.js).

Expand Down Expand Up @@ -175,7 +189,7 @@ Copyright © 2016-2017, [Charlike Mike Reagent](https://i.am.charlike.online). R

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 11, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 12, 2017._
Project scaffolded and managed with [hela][].

[always-done]: https://github.com/hybridables/always-done
Expand All @@ -189,19 +203,17 @@ Project scaffolded and managed with [hela][].

<!-- Heading badges -->
[npmv-url]: https://www.npmjs.com/package/get-installed-path
[npmv-img]: https://img.shields.io/npm/v/get-installed-path.svg
[npmv-img]: https://img.shields.io/npm/v/get-installed-path.svg?label=npm%20version

[open-issue-url]: https://github.com/tunnckoCore/get-installed-path/issues/new
[github-release-url]: https://github.com/tunnckoCore/get-installed-path/releases/latest
[github-release-img]: https://img.shields.io/github/release/tunnckoCore/get-installed-path.svg
[github-release-img]: https://img.shields.io/github/release/tunnckoCore/get-installed-path.svg?label=github%20release

[license-url]: https://github.com/tunnckoCore/get-installed-path/blob/master/LICENSE
[license-img]: https://img.shields.io/npm/l/get-installed-path.svg

[downloads-weekly-url]: https://www.npmjs.com/package/get-installed-path
[downloads-weekly-img]: https://img.shields.io/npm/dw/get-installed-path.svg

[downloads-total-url]: https://www.npmjs.com/package/get-installed-path
[downloads-monthly-img]: https://img.shields.io/npm/dm/get-installed-path.svg
[downloads-total-img]: https://img.shields.io/npm/dt/get-installed-path.svg

<!-- Front line badges -->
Expand All @@ -225,8 +237,8 @@ Project scaffolded and managed with [hela][].

<!-- Second front of badges -->

[gitterchat-url]: https://gitter.im/tunnckoCore/support
[gitterchat-img]: https://img.shields.io/gitter/room/tunnckoCore/support.svg
[chat-url]: https://tunnckocore.flock.com/?i=cx2xoeofjtj6eo6c
[chat-img]: https://img.shields.io/badge/chat-on_flock-brightgreen.svg

[prettier-url]: https://github.com/prettier/prettier
[prettier-img]: https://img.shields.io/badge/styled_with-prettier-f952a5.svg
Expand All @@ -245,3 +257,26 @@ Project scaffolded and managed with [hela][].
[nodeversion-url]: https://nodejs.org/en/download
[nodeversion-img]: https://img.shields.io/node/v/get-installed-path.svg

[first-timers-only-img]: https://img.shields.io/badge/first--timers--only-friendly-blue.svg
[first-timers-only-url]: http://www.firsttimersonly.com

[prs-welcome-img]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[prs-welcome-url]: http://makeapullrequest.com

[all-contributors-img]: https://img.shields.io/github/contributors/tunnckoCore/get-installed-path.svg?label=all%20contributors&colorB=ffa500

[bithound-deps-url]: https://www.bithound.io/github/tunnckoCore/get-installed-path/master/dependencies/npm
[bithound-deps-img]: https://www.bithound.io/github/tunnckoCore/get-installed-path/badges/dependencies.svg

[bithound-code-url]: https://www.bithound.io/github/tunnckoCore/get-installed-path/master
[bithound-code-img]: https://www.bithound.io/github/tunnckoCore/get-installed-path/badges/code.svg

[paypal-donate-url]: https://paypal.me/tunnckoCore/10
[paypal-donate-img]: https://img.shields.io/badge/paypal-donate-009cde.svg

[tinyletter-url]: https://tinyletter.com/tunnckoCore
[tinyletter-img]: https://img.shields.io/badge/newsletter-subscribe-9caaf8.svg

[share-love-url]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCore/get-installed-path&via=tunnckoCore
[share-love-img]: https://img.shields.io/badge/share-♥-ed1c24.svg

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"eslint-config-standard-tunnckocore": "1.0.10",
"hela": "1.1.3",
"hela-preset-tunnckocore": "0.5.19",
"hela": "1.2.1",
"hela-config-tunnckocore": "1.0.0",
"husky": "0.14.3",
"mkdirp": "0.5.1",
"mukla": "0.4.9",
Expand Down Expand Up @@ -88,12 +88,14 @@
"base",
"charlike-cli",
"dezalgo",
"once",
"global-modules",
"hela"
"hela",
"once",
"prs-welcome-img",
"prs-welcome-url"
]
},
"release": {
"analyzeCommits": "simple-commit-message"
}
}
}
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2113,6 +2113,12 @@ get-fn-name@^1.0.0:
dependencies:
fn-name "^2.0.1"

get-installed-path@^4.0.5:
version "4.0.7"
resolved "https://registry.yarnpkg.com/get-installed-path/-/get-installed-path-4.0.7.tgz#ce8113dbc88ec7ec7e90c9bd7f345434574089e9"
dependencies:
global-modules "1.0.0"

get-pkg-repo@^1.0.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
Expand Down Expand Up @@ -2364,9 +2370,9 @@ hawk@~6.0.2:
hoek "4.x.x"
sntp "2.x.x"

hela-preset-tunnckocore@0.5.19:
version "0.5.19"
resolved "https://registry.yarnpkg.com/hela-preset-tunnckocore/-/hela-preset-tunnckocore-0.5.19.tgz#a157512e0119ba32b5bf8b49680eb7c64a7954a1"
hela-config-tunnckocore@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hela-config-tunnckocore/-/hela-config-tunnckocore-1.0.0.tgz#52f85432e8b3f3892e41101de6c827e0e8d0b0cb"
dependencies:
babel-core "^7.0.0-beta.2"
babel-eslint "^8.0.1"
Expand Down Expand Up @@ -2394,16 +2400,17 @@ hela-preset-tunnckocore@0.5.19:
uglify-es "^3.1.3"
year "^0.2.1"

hela@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/hela/-/hela-1.1.3.tgz#93701debfedd5a37b6dceeb70afc9d23dc1b2433"
hela@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/hela/-/hela-1.2.1.tgz#55a036cd5ede926e38ebe310ca62d29aa78de71e"
dependencies:
arrify "1.0.1"
execa "0.8.0"
js-yaml "3.10.0"
mri "1.1.0"
p-map-series "1.0.0"
pify "3.0.0"
resolve-plugins-sync "1.1.2"

hoek@2.x.x:
version "2.16.3"
Expand Down Expand Up @@ -4032,6 +4039,12 @@ resolve-from@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57"

resolve-plugins-sync@1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/resolve-plugins-sync/-/resolve-plugins-sync-1.1.2.tgz#9eb538f2ddfeb3626400f32e56e34d7a67bb9eee"
dependencies:
get-installed-path "^4.0.5"

resolve@1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
Expand Down

0 comments on commit 417af8b

Please sign in to comment.