We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04f853 commit bb68b4cCopy full SHA for bb68b4c
docs/src/setup.md
@@ -11,15 +11,15 @@ Install `vue-semantic-structure` as a dependency to your project:
11
::: code-group
12
13
```bash [Yarn]
14
- yarn add vue-semantic-structure
+ yarn add vue-semantic-structure@next
15
```
16
17
```bash [NPM]
18
- npm install vue-semantic-structure
+ npm install vue-semantic-structure@next
19
20
21
```bash [PNPM]
22
- pnpm add vue-semantic-structure
+ pnpm add vue-semantic-structure@next
23
24
25
:::
package.json
@@ -3,7 +3,6 @@
3
"version": "1.0.0-next.5",
4
"description": "Helper for semantic HTML structure.",
5
"license": "MIT",
6
- "private": true,
7
"author": {
8
"name": "Thorn-Welf Walli",
9
"email": "[email protected]"
0 commit comments