Skip to content

Commit

Permalink
Fix npm files, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Sep 7, 2020
1 parent c444141 commit 2c8a4c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Here are a few more examples of what you can do.

- [badgen](https://github.com/badgen/badgen) - Fast handcraft svg badge generator.

## See also

- [badge-action](https://github.com/emibcn/badge-action) - Create a badge using GitHub Actions.

[version]: https://runkit.io/bokub/npm-version/branches/master/gradient-badge
[demo-src]: https://runkit.io/bokub/badge/branches/master/demo/available/ffb836-fc6d60
[prettier]: https://runkit.io/bokub/badge/branches/master/code%20style/prettier/ff94c8-cacfda-61eddb
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gradient-badge",
"description": "Badge generator with gradient support",
"version": "1.3.0",
"version": "1.3.1",
"author": "Boris K",
"bugs": "https://github.com/bokub/gradient-badge/issues",
"dependencies": {
Expand All @@ -18,7 +18,8 @@
},
"files": [
"index.js",
"dist/gradient-badge.min.js"
"colors.js",
"dist"
],
"homepage": "https://github.com/bokub/gradient-badge",
"keywords": [
Expand Down

0 comments on commit 2c8a4c5

Please sign in to comment.