Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 07fd02f

Browse files
authored
release v2.6.1 (#164)
1 parent 5f6c9ab commit 07fd02f

54 files changed

Lines changed: 810 additions & 959 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 762 additions & 911 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webapp-webpack-plugin",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Let webpack generate your progressive web app icons for you",
55
"main": "src/index.js",
66
"files": [
@@ -36,19 +36,19 @@
3636
},
3737
"homepage": "https://github.com/brunocodutra/webapp-webpack-plugin",
3838
"devDependencies": {
39-
"ava": "^1.1.0",
40-
"dir-compare": "^1.7.1",
39+
"ava": "^1.3.1",
40+
"dir-compare": "^1.7.2",
4141
"fs-extra": "^7.0.1",
4242
"html-webpack-plugin": "^3.2.0",
43-
"nyc": "^13.1.0",
44-
"webpack": "^4.29.0",
45-
"webpack-cli": "^3.2.1",
46-
"webpack-dev-server": "^3.1.14",
43+
"nyc": "^13.3.0",
44+
"webpack": "^4.29.6",
45+
"webpack-cli": "^3.2.3",
46+
"webpack-dev-server": "^3.2.1",
4747
"webpack-merge": "^4.2.1"
4848
},
4949
"dependencies": {
5050
"cache-loader": "^2.0.1",
51-
"camelcase": "^5.0.0",
51+
"camelcase": "^5.2.0",
5252
"favicons": "5.3.0",
5353
"find-cache-dir": "^2.0.0",
5454
"find-root": "^1.1.0",

test/fixtures/expected/prefixed/custom/prefix/cf78944d/browserconfig.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/fixtures/expected/prefixed/custom/prefix/cf78944d/manifest.webapp

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/fixtures/expected/prefixed/custom/prefix/cf78944d/android-chrome-144x144.png renamed to test/fixtures/expected/prefixed/custom/prefix/e115d7d2/android-chrome-144x144.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/cf78944d/android-chrome-192x192.png renamed to test/fixtures/expected/prefixed/custom/prefix/e115d7d2/android-chrome-192x192.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/cf78944d/android-chrome-256x256.png renamed to test/fixtures/expected/prefixed/custom/prefix/e115d7d2/android-chrome-256x256.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/cf78944d/android-chrome-36x36.png renamed to test/fixtures/expected/prefixed/custom/prefix/e115d7d2/android-chrome-36x36.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/cf78944d/android-chrome-384x384.png renamed to test/fixtures/expected/prefixed/custom/prefix/e115d7d2/android-chrome-384x384.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/cf78944d/android-chrome-48x48.png renamed to test/fixtures/expected/prefixed/custom/prefix/e115d7d2/android-chrome-48x48.png

File renamed without changes.

0 commit comments

Comments
 (0)