Skip to content

Commit 00a07ae

Browse files
committed
fixes
1 parent 944b0e0 commit 00a07ae

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ build/
44
npm-debug.log
55
package-lock.json
66
vendor/
7+
.idea/
8+
.phpunit.result.cache
9+
yarn-error.log

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
build/
2+
config/
3+
src/
4+
tests/
5+
vendor/
6+
.idea/
7+
.phpunit.result.cache
8+
yarn-error.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-echo-api-gateway",
3-
"version": "1.0.0",
3+
"version": "0.0.2",
44
"description": "Use Laravel Echo with API Gateway Websockets",
55
"keywords": [
66
"laravel",

0 commit comments

Comments
 (0)