Update all dependencies. (#56)

This commit is contained in:
Lee Robinson
2021-11-09 10:59:56 -06:00
committed by GitHub
parent 90fcf55666
commit 3a1387166d
19 changed files with 240 additions and 5104 deletions

View File

@@ -1,7 +1,7 @@
import fs from 'fs'
import path from 'path'
import matter from 'gray-matter'
import remark from 'remark'
import { remark } from 'remark'
import html from 'remark-html'
const postsDirectory = path.join(process.cwd(), 'posts')