Skip to content

Commit

Permalink
bump @11ty/eleventy to avoid missing dependency
Browse files Browse the repository at this point in the history
fixes #11
  • Loading branch information
philsturgeon committed Feb 28, 2022
1 parent 5508254 commit f45ed83
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 234 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"test": "export NODE_ENV=test && mocha test --exit --recursive --timeout 10000"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy": "^1.0",
"axios": "^0.24.0",
"fancy-log": "^1.3.3",
"graphql": "14",
Expand All @@ -37,4 +37,4 @@
"nyc": "^15.1.0",
"sinon": "^12.0.1"
}
}
}

0 comments on commit f45ed83

Please sign in to comment.