Skip to content

Commit

Permalink
chore: remove bundlesize
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Apr 28, 2019
1 parent e7c088a commit e8244a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ script:
- npm run lint
- npm run test:ci
- npm run build
- npm run bundlesize

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,5 @@
},
"release": {
"branch": "master"
},
"bundlesize": [
{
"path": "./dist/packages-dist/bundles/ctrl-ngx-emoji-mart.umd.min.js",
"maxSize": "10 kB"
},
{
"path": "./dist/packages-dist/ngx-emoji/bundles/ctrl-ngx-emoji-mart-ngx-emoji.umd.min.js",
"maxSize": "60 kB"
}
]
}
}

0 comments on commit e8244a4

Please sign in to comment.