compmark-vue 0.1.0 → 0.1.1

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # vuemark
1
+ # compmark-vue
2
2
 
3
3
  <!-- automd:badges color=yellow -->
4
4
 
@@ -44,7 +44,7 @@ const props = defineProps({
44
44
  </script>
45
45
  ```
46
46
 
47
- vuemark generates:
47
+ compmark-vue generates:
48
48
 
49
49
  ```md
50
50
  # Dialog
@@ -110,4 +110,4 @@ const md = generateMarkdown(doc);
110
110
 
111
111
  ## License
112
112
 
113
- Published under the [MIT](https://github.com/noopurphalak/vuemark/blob/main/LICENSE) license.
113
+ Published under the [MIT](https://github.com/noopurphalak/compmark-vue/blob/main/LICENSE) license.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "compmark-vue",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Auto-generate Markdown documentation from Vue 3 SFCs",
5
5
  "license": "MIT",
6
- "repository": "noopurphalak/vuemark",
6
+ "repository": "noopurphalak/compmark-vue",
7
7
  "bin": {
8
8
  "compmark-vue": "./dist/cli.mjs"
9
9
  },