Skip to content

Commit cda0009

Browse files
Mihai PlamadealaLwveMike
Mihai Plamadeala
authored andcommitted
docs: add description
1 parent 94a0fa7 commit cda0009

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

example/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
TODO(lwvemike) write description for the example
1+
**Run**
2+
```bash
3+
npm run build
4+
```
5+
6+
**Start the preview**
7+
```bash
8+
npm run preview
9+
```
10+
11+
In the production build there should be no `data-test`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.1",
55
"packageManager": "[email protected]",
6-
"description": "TODO(lwvemike) change before release",
6+
"description": "Vue plugin that removes attributes and directives from AST",
77
"author": "Mihai Plamadeala <[email protected]>",
88
"license": "MIT",
99
"homepage": "https://github.com/lwvemike/vue-plugin-remove-attributes#readme",

0 commit comments

Comments
 (0)