Small fixes (#1911)

This commit is contained in:
Matthew Phillips 2021-11-19 12:35:41 -05:00 committed by GitHub
parent 4032e212ce
commit 0d437e11a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,8 @@
**/fixtures
**/vendor
**/.vercel
**/examples/docs
**/www
.github
.changeset
README.md

View file

@ -13,4 +13,4 @@ description: Just a Hello World Post!
This is so cool!
Do variables work {frontmatter.value \* 2}?
Do variables work {frontmatter.value * 2}?

View file

@ -83,8 +83,10 @@
"node-fetch": "^3.0.0",
"parse5": "^6.0.1",
"path-to-regexp": "^6.2.0",
"postcss": "^8.3.8",
"prismjs": "^1.25.0",
"remark-slug": "^7.0.0",
"rollup": "^2.57.0",
"resolve": "^1.20.0",
"sass": "^1.43.3",
"semver": "^7.3.5",