Skip to content

Commit

Permalink
Bump ember-cli-template-lint from 1.0.0-beta.3 to 2.0.2 (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jared Galanis <[email protected]>
  • Loading branch information
dependabot-preview[bot] and jaredgalanis authored Nov 24, 2020
1 parent 7ed7ab0 commit c5758de
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 193 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ember-cli-htmlbars-inline-precompile": "^3.0.0",
"ember-cli-inject-live-reload": "^2.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^1.0.0-beta.1",
"ember-cli-template-lint": "^2.0.2",
"ember-code-snippet": "^3.0.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/acceptance-tests/template.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button class="toggle" {{action "toggleVariation" "foobar"}}>TOGGLE</button>
<button type="button" class="toggle" {{action "toggleVariation" "foobar"}}>TOGGLE</button>

<h1 class="flag-value">{{variation "foobar"}}</h1>

Expand Down
Loading

0 comments on commit c5758de

Please sign in to comment.