Skip to content

Commit

Permalink
Add node version specification in .nvmrc to get netlify up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter authored and boneskull committed May 20, 2020
1 parent 6c01d2e commit 10bb5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
12
2 changes: 1 addition & 1 deletion docs/_data/supporters.js
Expand Up @@ -113,7 +113,7 @@ module.exports = async () => {
{sponsors: [], backers: []}
);

// Fetch images for sponsors and save their image dimensins
// Fetch images for sponsors and save their image dimensions
await Promise.all(
supporters.sponsors.map(async sponsor => {
for await (const chunk of needle.get(sponsor.avatar)) {
Expand Down

0 comments on commit 10bb5d4

Please sign in to comment.