Skip to content

Commit

Permalink
fix: lock file maintenance (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 17, 2021
1 parent 636201d commit 60f537e
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 468 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn test
- run: yarn check-unknown-files
- env:
COVERALLS_GIT_BRANCH: ${{ github.ref }}
COVERALLS_GIT_COMMIT: ${{ github.sha }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
if: matrix.os == 'ubuntu-latest' && matrix.node == 12
name: Coveralls
run: yarn dw-ci coveralls
- if: matrix.os == 'ubuntu-latest' && matrix.node == 12
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
strategy:
matrix:
exclude:
Expand Down
112 changes: 76 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,46 @@
<!-- /TITLE -->

<!-- BADGES/ -->
[![NPM version](https://img.shields.io/npm/v/package-name-regex.svg)](https://npmjs.org/package/package-name-regex)
![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://github.com/dword-design/package-name-regex/workflows/build/badge.svg)](https://github.com/dword-design/package-name-regex/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/package-name-regex)](https://coveralls.io/github/dword-design/package-name-regex)
[![Dependency status](https://img.shields.io/david/dword-design/package-name-regex)](https://david-dm.org/dword-design/package-name-regex)
![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen)

<a href="https://gitpod.io/#https://github.com/dword-design/bar">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
<p>
<a href="https://npmjs.org/package/package-name-regex">
<img
src="https://img.shields.io/npm/v/package-name-regex.svg"
alt="npm version"
>
</a><img src="https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue" alt="Linux macOS Windows compatible"><a href="https://github.com/dword-design/package-name-regex/actions">
<img
src="https://github.com/dword-design/package-name-regex/workflows/build/badge.svg"
alt="Build status"
>
</a><a href="https://codecov.io/gh/dword-design/package-name-regex">
<img
src="https://codecov.io/gh/dword-design/package-name-regex/branch/master/graph/badge.svg"
alt="Coverage status"
>
</a><a href="https://david-dm.org/dword-design/package-name-regex">
<img src="https://img.shields.io/david/dword-design/package-name-regex" alt="Dependency status">
</a><img src="https://img.shields.io/badge/renovate-enabled-brightgreen" alt="Renovate enabled"><br/><a href="https://gitpod.io/#https://github.com/dword-design/package-name-regex">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
</p>
<!-- /BADGES -->


Expand All @@ -42,7 +54,7 @@ Provides a regex that can be used to test if a string is a valid NPM package nam
## Install

```bash
# NPM
# npm
$ npm install package-name-regex

# Yarn
Expand All @@ -65,13 +77,41 @@ packageNameRegex.test('@npm-zors/money!time.js') // false
```

<!-- LICENSE/ -->
## License

Unless stated otherwise all works are:
## Contributing

Are you missing something or want to contribute? Feel free to file an [issue](https://github.com/dword-design/package-name-regex/issues) or [pull request](https://github.com/dword-design/package-name-regex/pulls)! ⚙️

## Support Me

Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:

<p>
<a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a>&nbsp;If you want to send me a one time donation. The coffee is pretty good 😊.<br/>
<a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a>&nbsp;Also for one time donations if you like PayPal.<br/>
<a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>&nbsp;Here you can support me regularly, which is great so I can steadily work on projects.
</p>

Thanks a lot for your support! ❤️

Copyright &copy; Sebastian Landwehr <info@dword-design.de>

and licensed under:
## License

[MIT License](https://opensource.org/licenses/MIT)
[MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://dword-design.de)
<!-- /LICENSE -->
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"validate"
],
"repository": "dword-design/package-name-regex",
"funding": "https://www.buymeacoffee.com/dword",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 60f537e

Please sign in to comment.