emoji-favicon-webpack-plugin
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -14,3 +14,3 @@ const render = require('favicon-emoji/lib/render'); | ||
(compilation, callback) => | ||
render(this.emoji, [16, 32, 48]) | ||
render(this.emoji, [16, 32, 48, 64, 128, 256]) | ||
.then(toIco) | ||
@@ -17,0 +17,0 @@ .then(ico => { |
{ | ||
"name": "emoji-favicon-webpack-plugin", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Let webpack generate an emoji favicon for you", | ||
@@ -5,0 +5,0 @@ "author": "Trevor Blades <tdblades@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18086