Skip to content

Commit

Permalink
fix(gatsby-remark-images): enable creating img tag with empty alt att…
Browse files Browse the repository at this point in the history
…ribute (gatsbyjs#27218)

* fix: define a new constant for empty alt

* fix: generate empty alt attribute for EMPTY_ALT

Currently EMPTY_ALT is defined as _SKIP_

* chore: prettifier the codes

* chore: add documentation

* chore: add keyword description in README

* fix: incorprate review comments

* fix: add more unit tests

* fix: fix unit test error

Co-authored-by: Zhen Wang <[email protected]>
  • Loading branch information
gatsbybot and Zhen Wang committed Oct 2, 2020
1 parent 5e69df9 commit ca0f811
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1922,12 +1922,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
version "14.11.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==

"@types/node@^8.5.7":
"@types/node@*", "@types/node@^8.5.7":
version "8.10.64"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.64.tgz#0dddc4c53ca4819a32b7478232d8b446ca90e1c6"
integrity sha512-/EwBIb+imu8Qi/A3NF9sJ9iuKo7yV+pryqjmeRqaU0C4wBAOhas5mdvoYeJ5PCKrh6thRSJHdoasFqh3BQGILA==
Expand Down

0 comments on commit ca0f811

Please sign in to comment.