-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from drolsen/dev
Dev 1.3.8 Release
- Loading branch information
Showing
13 changed files
with
293 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"webpack html favicon", | ||
"webpack favicons" | ||
], | ||
"version": "1.3.4", | ||
"version": "1.3.8", | ||
"description": "Webpack plugin to generate favicons for devices and browsers", | ||
"repository": "drolsen/webpack-favicons", | ||
"bugs": { | ||
|
@@ -17,14 +17,16 @@ | |
"author": "Devin R. Olsen <[email protected]> (http://devinrolsen.com)", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "npm run basic-test && npm run nested-test && npm run public-test && npm run mixed-test && npm run default-test && npm run callback-test && npm run full-test && npm run ava-test", | ||
"test": "npm run basic-test && npm run nested-test && npm run public-test && npm run mixed-test && npm run minimal-test && npm run callback-test && npm run copy-test && npm run hybrid-test && npm run full-test && npm run ava-test", | ||
"basic-test": "webpack --config ./test/basic.config.js --mode production", | ||
"nested-test": "webpack --config ./test/nested.config.js --mode production", | ||
"public-test": "webpack --config ./test/public-path.config.js --mode production", | ||
"mixed-test": "webpack --config ./test/mixed-path.config.js --mode production", | ||
"full-test": "webpack --config ./test/full.config.js --mode production", | ||
"callback-test": "webpack --config ./test/callback.config.js --mode production", | ||
"default-test": "webpack --config ./test/default.config.js --mode production", | ||
"minimal-test": "webpack --config ./test/minimal.config.js --mode production", | ||
"copy-test": "webpack --config ./test/copy.config.js --mode production", | ||
"hybrid-test": "webpack --config ./test/hybridcopy.config.js --mode production", | ||
"ava-test": "ava ./test/ava.test.js" | ||
}, | ||
"engines": { | ||
|
@@ -33,6 +35,7 @@ | |
"devDependencies": { | ||
"ava": "4.0.1", | ||
"clean-webpack-plugin": "4.0.0", | ||
"copy-webpack-plugin": "^10.2.3", | ||
"html-loader": "3.1.0", | ||
"html-webpack-plugin": "5.5.0", | ||
"webpack": "5.66.0", | ||
|
Oops, something went wrong.