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

Commit e583b5a

Browse files
committed
release v2.5
1 parent 3b01fe8 commit e583b5a

54 files changed

Lines changed: 416 additions & 694 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: 373 additions & 651 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webapp-webpack-plugin",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Let webpack generate your progressive web app icons for you",
55
"main": "src/index.js",
66
"files": [
@@ -58,6 +58,6 @@
5858
"tapable": "^1.1.1"
5959
},
6060
"peerDependencies": {
61-
"webpack": "^1.13.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
61+
"webpack": "^3.0.0 || ^4.0.0"
6262
}
63-
}
63+
}

test/fixtures/expected/prefixed/custom/prefix/8d09875a/browserconfig.xml

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

test/fixtures/expected/prefixed/custom/prefix/8d09875a/manifest.webapp

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

test/fixtures/expected/prefixed/custom/prefix/8d09875a/android-chrome-144x144.png renamed to test/fixtures/expected/prefixed/custom/prefix/dce9ac20/android-chrome-144x144.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/8d09875a/android-chrome-192x192.png renamed to test/fixtures/expected/prefixed/custom/prefix/dce9ac20/android-chrome-192x192.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/8d09875a/android-chrome-256x256.png renamed to test/fixtures/expected/prefixed/custom/prefix/dce9ac20/android-chrome-256x256.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/8d09875a/android-chrome-36x36.png renamed to test/fixtures/expected/prefixed/custom/prefix/dce9ac20/android-chrome-36x36.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/8d09875a/android-chrome-384x384.png renamed to test/fixtures/expected/prefixed/custom/prefix/dce9ac20/android-chrome-384x384.png

File renamed without changes.

test/fixtures/expected/prefixed/custom/prefix/8d09875a/android-chrome-48x48.png renamed to test/fixtures/expected/prefixed/custom/prefix/dce9ac20/android-chrome-48x48.png

File renamed without changes.

0 commit comments

Comments
 (0)