We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c3133 commit b7a7917Copy full SHA for b7a7917
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "rollup-plugin-md2vue",
+ "name": "@commi/rollup-plugin-md2vue",
3
"version": "1.0.0",
4
- "description": "Roll markdown to Vue 3 component with Rollup, extract 'demo' and convert it into execution effect and code display",
+ "description": "Roll markdown to Vue 3 component with Rollup, extract 'demo' and convert it into execution effect and code display.",
5
"main": "dist/umd/index.js",
6
"module": "dist/esm/index.js",
7
"typings": "dist/types/index.d.ts",
0 commit comments