We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd9056 commit 94deb17Copy full SHA for 94deb17
.travis.yml
@@ -12,13 +12,13 @@ cache: npm
12
13
deploy:
14
- provider: script
15
- cleanup: false
+ skip_cleanup: true
16
on:
17
all_branches: true
18
condition: $TRAVIS_BRANCH =~ ^(master|alpha)$
19
script: npx semantic-release
20
- provider: pages
21
22
keep_history: true
23
github_token: $GH_TOKEN
24
package.json
@@ -11,6 +11,7 @@
11
"homepage": "https://gruhn.github.io/vue-qrcode-reader",
"main": "dist/VueQrcodeReader.common.js",
"unpkg": "dist/VueQrcodeReader.umd.min.js",
+ "browser": "dist/VueQrcodeReader.umd.min.js",
"keywords": [
"vue",
"vuejs",
0 commit comments