Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Aug 15, 2023
1 parent ac88b56 commit bfadc70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ This is a [Svelte](https://svelte.dev) preprocessor that allows you to use Markd

## Features

- [x] Processor (kinda working)
- [x] Processor
- [x] Configuration
- [x] Svelte components
- [x] Auto Components Import from Layout
- [x] Frontmatter
- [ ] Layouts
- [x] Layouts
- [x] Tests

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions packages/process/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/**/*.test.js
jsconfig.json
tests/**/*.test.mjs
tsconfig.json
.prettierrc
2 changes: 1 addition & 1 deletion packages/process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-markdoc-preprocess",
"version": "0.0.0-alpha.11",
"version": "0.0.1",
"description": "A Svelte preprocessor that allows you to use Markdoc.",
"type": "commonjs",
"keywords": [
Expand Down

0 comments on commit bfadc70

Please sign in to comment.