Skip to content

Commit 94deb17

Browse files
committed
fix: build artifacts missing in release 2
1 parent 5dd9056 commit 94deb17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ cache: npm
1212

1313
deploy:
1414
- provider: script
15-
cleanup: false
15+
skip_cleanup: true
1616
on:
1717
all_branches: true
1818
condition: $TRAVIS_BRANCH =~ ^(master|alpha)$
1919
script: npx semantic-release
2020
- provider: pages
21-
cleanup: false
21+
skip_cleanup: true
2222
keep_history: true
2323
github_token: $GH_TOKEN
2424
on:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"homepage": "https://gruhn.github.io/vue-qrcode-reader",
1212
"main": "dist/VueQrcodeReader.common.js",
1313
"unpkg": "dist/VueQrcodeReader.umd.min.js",
14+
"browser": "dist/VueQrcodeReader.umd.min.js",
1415
"keywords": [
1516
"vue",
1617
"vuejs",

0 commit comments

Comments
 (0)