diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2022-11-28 19:28:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 19:28:34 -0500 |
| commit | 709ee2fd2a9d7899e5b2056535a622f1ab206e1b (patch) | |
| tree | 1f73fe02e757d3a18eb1d00a79deb113b1f2d955 /package-lock.json | |
| parent | dba31d2251a36a08b255d280317a830ff63e19b4 (diff) | |
| download | submelon.dev-709ee2fd2a9d7899e5b2056535a622f1ab206e1b.tar.gz submelon.dev-709ee2fd2a9d7899e5b2056535a622f1ab206e1b.tar.bz2 submelon.dev-709ee2fd2a9d7899e5b2056535a622f1ab206e1b.zip | |
Add lang attribute to html (#26)
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index d8d1635..888564a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "babel-plugin-styled-components": "^2.0.7", "gatsby": "5.0.1", + "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.2.0", "gatsby-plugin-manifest": "5.2.0", "gatsby-plugin-offline": "^6.0.0", @@ -8864,6 +8865,14 @@ "@parcel/core": "^2.0.0" } }, + "node_modules/gatsby-plugin-html-attributes": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/gatsby-plugin-html-attributes/-/gatsby-plugin-html-attributes-1.0.5.tgz", + "integrity": "sha512-5u9AHfwxYuhl/QT+cI/r0+1oCKba/LPB6PHUaJN65swPOPrsAiNAj++hTSCs3CG3fITcR8Oorcn6hm6rN+uVAg==", + "dependencies": { + "babel-runtime": "^6.26.0" + } + }, "node_modules/gatsby-plugin-image": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.2.0.tgz", @@ -23342,6 +23351,14 @@ "@parcel/transformer-json": "2.6.2" } }, + "gatsby-plugin-html-attributes": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/gatsby-plugin-html-attributes/-/gatsby-plugin-html-attributes-1.0.5.tgz", + "integrity": "sha512-5u9AHfwxYuhl/QT+cI/r0+1oCKba/LPB6PHUaJN65swPOPrsAiNAj++hTSCs3CG3fITcR8Oorcn6hm6rN+uVAg==", + "requires": { + "babel-runtime": "^6.26.0" + } + }, "gatsby-plugin-image": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-3.2.0.tgz", |
