Skip to content

Commit 43e45eb

Browse files
v3.0.0
1 parent 49857b9 commit 43e45eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ampproject/filesize",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Audit the filesize of items specified in package.json.",
55
"author": "Kristofer Baxter",
66
"license": "Apache-2.0",
@@ -57,7 +57,10 @@
5757
"yarn": "1.21.1"
5858
},
5959
"filesize": {
60-
"track": ["./dist/**/*.mjs", "./dist/filesize"],
60+
"track": [
61+
"./dist/**/*.mjs",
62+
"./dist/filesize"
63+
],
6164
"./dist/filesize": {
6265
"brotli": "3 kB",
6366
"gzip": "3.8 kB",

0 commit comments

Comments
 (0)