@jk2908/mdsrc 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ export default defineConfig({
31
31
 
32
32
  The plugin reads markdown content, validates frontmatter against your schema, and generates typed modules during build and watch. Collection config currently uses `name`, `dir`, and `schema`.
33
33
 
34
- If you configure a collection with `name: 'post'`, the generated module exports `allPosts` from the `.mdsrc` folder in the project root.
34
+ If you configure a collection with `name: 'post'`, the generated module exports `allPosts` from the package root.
35
35
 
36
36
  ```ts
37
37
  import { allPosts } from '.mdsrc'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jk2908/mdsrc",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "author": "Jerome Kenway",
6
6
  "repository": {