We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49857b9 commit 43e45ebCopy full SHA for 43e45eb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ampproject/filesize",
3
- "version": "2.1.1",
+ "version": "3.0.0",
4
"description": "Audit the filesize of items specified in package.json.",
5
"author": "Kristofer Baxter",
6
"license": "Apache-2.0",
@@ -57,7 +57,10 @@
57
"yarn": "1.21.1"
58
},
59
"filesize": {
60
- "track": ["./dist/**/*.mjs", "./dist/filesize"],
+ "track": [
61
+ "./dist/**/*.mjs",
62
+ "./dist/filesize"
63
+ ],
64
"./dist/filesize": {
65
"brotli": "3 kB",
66
"gzip": "3.8 kB",
0 commit comments