Skip to content

Commit

Permalink
fix: increase bundle size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored and daviddias committed Jan 8, 2019
1 parent 3d8cb42 commit b7fc015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage publish",
"docs": "aegir docs",
"size": "bundlesize -f dist/index.min.js -s 13kB"
"size": "bundlesize -f dist/index.min.js -s 14kB"
},
"files": [
"src",
Expand Down

0 comments on commit b7fc015

Please sign in to comment.