diff --git a/.travis.yml b/.travis.yml index 2e245ec..d0f7412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ node_js: script: - yarn test --coverage --coverageReporters=text-lcov | coveralls - - yarn build && bundlewatch + - yarn build && bundlewatch ./dist/* diff --git a/package.json b/package.json index 19f0383..beb7fd1 100644 --- a/package.json +++ b/package.json @@ -102,12 +102,5 @@ "html", "text-summary" ] - }, - "bundlewatch": { - "files": [ - { - "path": "dist/*" - } - ] } }