Skip to content

Commit

Permalink
7.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Apr 13, 2022
1 parent 085ad7a commit d081db6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "favicons",
"version": "7.0.0-beta.3",
"version": "7.0.0-beta.4",
"description": "Favicon generator for Node.js",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use Favicons, require the appropriate module and call it, optionally specifyi

Favicons generates its icons locally using pure Javascript with no external dependencies.

Please note: Favicons is tested on Node 12 and above.
Please note: Favicons is tested on Node 14 and above.

```js
var favicons = require("favicons"),
Expand Down

0 comments on commit d081db6

Please sign in to comment.