Small fixes (#1911)
This commit is contained in:
parent
4032e212ce
commit
0d437e11a7
3 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
||||||
**/fixtures
|
**/fixtures
|
||||||
**/vendor
|
**/vendor
|
||||||
**/.vercel
|
**/.vercel
|
||||||
|
**/examples/docs
|
||||||
|
**/www
|
||||||
.github
|
.github
|
||||||
.changeset
|
.changeset
|
||||||
README.md
|
README.md
|
||||||
|
|
|
@ -13,4 +13,4 @@ description: Just a Hello World Post!
|
||||||
|
|
||||||
This is so cool!
|
This is so cool!
|
||||||
|
|
||||||
Do variables work {frontmatter.value \* 2}?
|
Do variables work {frontmatter.value * 2}?
|
||||||
|
|
|
@ -83,8 +83,10 @@
|
||||||
"node-fetch": "^3.0.0",
|
"node-fetch": "^3.0.0",
|
||||||
"parse5": "^6.0.1",
|
"parse5": "^6.0.1",
|
||||||
"path-to-regexp": "^6.2.0",
|
"path-to-regexp": "^6.2.0",
|
||||||
|
"postcss": "^8.3.8",
|
||||||
"prismjs": "^1.25.0",
|
"prismjs": "^1.25.0",
|
||||||
"remark-slug": "^7.0.0",
|
"remark-slug": "^7.0.0",
|
||||||
|
"rollup": "^2.57.0",
|
||||||
"resolve": "^1.20.0",
|
"resolve": "^1.20.0",
|
||||||
"sass": "^1.43.3",
|
"sass": "^1.43.3",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
|
|
Loading…
Reference in a new issue