Skip to content

Commit 355f027

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [#14] No subject
1 parent edeceee commit 355f027

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/getting-started/installation-update.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,16 @@ will be shipped in `matestack-ui-vuejs` `3.1`
4343

4444
### Webpacker > 5.x based JavaScript installation
4545

46-
Add 'matestack-ui-vuejs' to your `package.json` by running:
46+
Add 'matestack-ui-vuejs' to your `package.json` by adding:
4747

4848
```
49-
49+
{
50+
"name": "my-app",
51+
"dependencies": {
52+
"matestack-ui-vuejs": "^3.0.0-rc2", // <-- new package name
53+
"..."
54+
}
55+
}
5056
```
5157

5258
This adds the npm package that provides the JavaScript corresponding to the matestack-ui-vuejs Ruby gem. Make sure that the npm package version matches the gem version. To find out what gem version you are using, you may use `bundle info matestack-ui-vuejs`.

0 commit comments

Comments
 (0)