Skip to content

Commit 2db0e20

Browse files
authored
bundlesize ^ 0.5.0 (#7)
1 parent 95b7a17 commit 2db0e20

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"dependencies": {
2828
"babel-plugin-transform-decorators-legacy": "1.3.4",
29-
"bundlesize": "0.4.0",
29+
"bundlesize": "0.5.0",
3030
"stylis": "0.7.0"
3131
},
3232
"devDependencies": {
@@ -60,8 +60,10 @@
6060
"git add"
6161
]
6262
},
63-
"bundlesize": [{
64-
"path": "./css-constructor.js",
65-
"threshold": "1Kb"
66-
}]
63+
"bundlesize": [
64+
{
65+
"path": "./css-constructor.js",
66+
"threshold": "1Kb"
67+
}
68+
]
6769
}

0 commit comments

Comments
 (0)