Skip to content

Commit bb68b4c

Browse files
committed
fix(publish): activate publish
1 parent b04f853 commit bb68b4c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/src/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Install `vue-semantic-structure` as a dependency to your project:
1111
::: code-group
1212

1313
```bash [Yarn]
14-
yarn add vue-semantic-structure
14+
yarn add vue-semantic-structure@next
1515
```
1616

1717
```bash [NPM]
18-
npm install vue-semantic-structure
18+
npm install vue-semantic-structure@next
1919
```
2020

2121
```bash [PNPM]
22-
pnpm add vue-semantic-structure
22+
pnpm add vue-semantic-structure@next
2323
```
2424

2525
:::

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "1.0.0-next.5",
44
"description": "Helper for semantic HTML structure.",
55
"license": "MIT",
6-
"private": true,
76
"author": {
87
"name": "Thorn-Welf Walli",
98
"email": "[email protected]"

0 commit comments

Comments
 (0)