Skip to content

Commit 27834cb

Browse files
committed
1.5.1
1 parent c67a70a commit 27834cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "printd",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Print HTML elements in modern browsers.",
55
"repository": "joseluisq/printd",
66
"license": "MIT",
@@ -27,7 +27,8 @@
2727
"README.md",
2828
"LICENSE.md"
2929
],
30-
"bundlesize": [{
30+
"bundlesize": [
31+
{
3132
"path": "./index.js",
3233
"maxSize": "2KB"
3334
},
@@ -72,4 +73,4 @@
7273
"tslint-config-standard-plus": "^2.3.0",
7374
"typescript": "4.2.4"
7475
}
75-
}
76+
}

0 commit comments

Comments
 (0)