@pwabuilder/pwainstall
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -47,3 +47,3 @@ # Contributing to the pwa-install component | ||
* Test | ||
* Test: run `npm run test` and ensure that all tests pass. | ||
* Target master branch (or an appropriate release branch if appropriate for a bug fix) | ||
@@ -68,2 +68,2 @@ * Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. | ||
This contributing doc was inspired by our friends' version at the [Windows Community Toolkit](https://github.com/windows-toolkit/WindowsCommunityToolkit/). | ||
thank you! | ||
thank you! |
{ | ||
"name": "@pwabuilder/pwainstall", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/pwa-install.js", |
@@ -686,3 +686,3 @@ import { | ||
return html` | ||
${this.usecustom === false && this.showopen || this.shouldShowInstall() && this.installed !== true ? html`<button id="openButton" @click="${() => this.openPrompt()}"> | ||
${!this.usecustom && this.installed !== true || this.shouldShowInstall() && this.installed !== true ? html`<button id="openButton" @click="${() => this.openPrompt()}"> | ||
<slot> | ||
@@ -689,0 +689,0 @@ ${this.installbuttontext} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
769127