Skip to content

Commit

Permalink
Decreased max size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Aug 15, 2019
1 parent 6e712a2 commit 8d2c871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codechecks.yml
Expand Up @@ -3,9 +3,9 @@ checks:
options:
files:
- path: "./dist/lightweight-charts.esm.production.js"
maxSize: 44KB
maxSize: 41.5KB
- path: "./dist/lightweight-charts.standalone.production.js"
maxSize: 44KB
maxSize: 41.5KB

- name: type-coverage-watcher
options:
Expand Down

0 comments on commit 8d2c871

Please sign in to comment.