Skip to content

Commit

Permalink
Merge pull request #10 from drolsen/dev
Browse files Browse the repository at this point in the history
Dev 1.2.0 Release
  • Loading branch information
drolsen authored Jan 14, 2022
2 parents c9c1b95 + 9adbbbb commit 417f7ae
Show file tree
Hide file tree
Showing 5 changed files with 3,008 additions and 7,202 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- '12.0.0'
- '14.17.0'
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<img src="/assets/logo.png" width="500" />
<p style="margin-top: 25px;">Plugin to generate favicons for browsers and devices.</p>

[![Build Status](https://travis-ci.com/drolsen/webpack-favicons.svg?branch=master)](https://travis-ci.com/drolsen/webpack-favicons)
[![dependencies Status](https://david-dm.org/drolsen/webpack-favicons/status.svg)](https://david-dm.org/drolsen/webpack-favicons)
[![devDependencies Status](https://david-dm.org/drolsen/webpack-favicons/dev-status.svg)](https://david-dm.org/drolsen/webpack-favicons?type=dev)
[![Build Status](https://app.travis-ci.com/drolsen/webpack-favicons.svg?branch=master)](https://app.travis-ci.com/drolsen/webpack-favicons)
[![Minimum node.js version](https://badgen.net/badge/node/%3E=14.17.0/green)](https://npmjs.com/package/webpack-favicons)
[![downloads](https://img.shields.io/npm/dm/webpack-favicons.svg?style=flat-square)](http://npm-stat.com/charts.html?package=webpack-favicons&from=2022-01-08)
[![version](https://img.shields.io/npm/v/webpack-favicons.svg?style=flat-square)](http://npm.im/webpack-favicons)
[![GitLab release](https://badgen.net/github/releases/drolsen/webpack-favicons)](https://github.com/drolsen/webpack-favicons/releases)
[![MIT License](https://img.shields.io/npm/l/webpack-favicons.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/drolsen/webpack-favicons/graphs/commit-activity)
</div>

### Does this plugin work with Webpack 4?
Expand Down
Loading

0 comments on commit 417f7ae

Please sign in to comment.