Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 16, 2023
1 parent d9095d0 commit f4e171c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
3 changes: 1 addition & 2 deletions examples/with-markdoc/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineConfig } from 'astro/config';
import markdoc from '@astrojs/markdoc';
import mdx from '@astrojs/mdx';

// https://astro.build/config
export default defineConfig({
integrations: [markdoc(), mdx()],
integrations: [markdoc()],
});
7 changes: 1 addition & 6 deletions examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.0.1",
"@astrojs/mdx": "^0.16.0",
"astro": "^2.0.6",
"shiki": "^0.11.1"
},
"devDependencies": {
"@markdoc/markdoc": "^0.2.2"
"astro": "^2.0.6"
}
}
11 changes: 4 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4e171c

Please sign in to comment.