Skip to content

Commit

Permalink
Update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum committed Jun 9, 2023
1 parent 22c32e3 commit a943c83
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a Question
url: https://github.com/qruto/laravel-wave-js/discussions/new?category=q-a
url: https://github.com/qruto/laravel-wave-client/discussions/new?category=q-a
about: Ask the community for help
- name: Feature Request
url: https://github.com/qruto/laravel-wave-js/discussions/new?category=ideas
url: https://github.com/qruto/laravel-wave-client/discussions/new?category=ideas
about: Share ideas for new features
- name: Bug Report
url: https://github.com/qruto/laravel-wave-js/issues/new
url: https://github.com/qruto/laravel-wave-client/issues/new
about: Report a reproducable bug
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased](https://github.com/qruto/laravel-wave-js/compare/v0.6.0...main)
## [Unreleased](https://github.com/qruto/laravel-wave-client/compare/v0.7.0...main)

## 0.5.1 - 2022-08-02

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<p align="center">Bring <strong>live</strong> to your application</p>

<p align="center">
<a href="https://github.com/qruto/laravel-wave-js/actions/workflows/tests.yml"><img src="https://github.com/qruto/laravel-wave-js/actions/workflows/tests.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/qruto/laravel-wave-js/actions/workflows/codeql-analysis.yml"><img src="https://github.com/qruto/laravel-wave-js/actions/workflows/codeql-analysis.yml/badge.svg" alt="Code Quality"></a>
<a href="https://github.com/qruto/laravel-wave-client/actions/workflows/tests.yml"><img src="https://github.com/qruto/laravel-wave-client/actions/workflows/tests.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/qruto/laravel-wave-client/actions/workflows/codeql-analysis.yml"><img src="https://github.com/qruto/laravel-wave-client/actions/workflows/codeql-analysis.yml/badge.svg" alt="Code Quality"></a>
<a href="https://www.npmjs.com/package/laravel-wave"><img src="https://img.shields.io/npm/dt/laravel-wave" alt="Total Downloads"></a>
<a href="https://www.npmjs.com/package/laravel-wave"><img src="https://img.shields.io/npm/v/laravel-wave" alt="Latest Stable Version"></a>
</p>
Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"name": "laravel-wave",
"version": "0.6.0",
"description": "Event Source adapter for Laravel broadcasting system.",
"version": "0.7.0",
"description": "Server-sent event client for Laravel broadcasting system.",
"keywords": [
"laravel",
"echo",
"wave",
"sse",
"event source",
"broadcasting",
"real-time",
"live-update"
"live-update",
"server-sent"
],
"homepage": "https://github.com/qruto/laravel-wave-js",
"homepage": "https://github.com/qruto/laravel-wave-client",
"repository": {
"type": "git",
"url": "https://github.com/qruto/laravel-wave-js"
"url": "https://github.com/qruto/laravel-wave-client"
},
"scripts": {
"build": "npm run compile && npm run declarations",
Expand Down

0 comments on commit a943c83

Please sign in to comment.