Skip to content

Commit 3b3469f

Browse files
committed
updated readme
1 parent a71af7a commit 3b3469f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ typings/
5757
# dotenv environment variables file
5858
.env
5959

60+
yarn.lock

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ This project does not require updates as it directly uses your latest version
88

99
## Install
1010

11+
via yarn
12+
``` bash
13+
yarn add vue-echo-laravel
14+
```
15+
16+
or via npm
17+
1118
``` bash
1219
npm install vue-echo-laravel --save
1320
```
14-
21+
1522
## Usage
1623

1724
### Initialize

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/build.js",
66
"scripts": {
77
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
8+
"release": "git push --follow-tags && npm publish",
89
"test": "echo \"Error: no test specified\" && exit 1"
910
},
1011
"dependencies": {

0 commit comments

Comments
 (0)