@jk2908/mdsrc 0.1.1 → 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
@@ -34,7 +34,7 @@ The plugin reads markdown content, validates frontmatter against your schema, an
34
34
  If you configure a collection with `name: 'post'`, the generated module exports `allPosts` from the package root.
35
35
 
36
36
  ```ts
37
- import { allPosts } from '@jk2908/mdsrc'
37
+ import { allPosts } from '.mdsrc'
38
38
 
39
39
  export const summaries = allPosts.map(post => ({
40
40
  title: post.title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jk2908/mdsrc",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "author": "Jerome Kenway",
6
6
  "repository": {