Skip to content

Commit

Permalink
improvement: rename app and all references to 'yt notifier' (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykKuniczak authored Nov 23, 2023
1 parent d9e597e commit 4e98687
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

[set up google dev project](https://console.cloud.google.com/apis/credentials?hl=pl)

- Set up project, name could be 'YT Plugin DEV'
- Set up project, name could be 'YT Notifier DEV'

- Enable this api:

Expand Down
2 changes: 1 addition & 1 deletion nest-app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center">
<h1> YT Plugin<br/> NestJS</h1>
<h1> YT Notifier<br/> NestJS</h1>
<h2> Chrome Extension </h2>
</div>
4 changes: 2 additions & 2 deletions nest-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nest-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "yt-plugin-backend",
"name": "yt-notifier-backend",
"main": "dist/main",
"scripts": {
"start:dev": "cross-env NODE_ENV=development nest start --watch",
Expand Down
2 changes: 1 addition & 1 deletion nest-app/src/swagger/swagger.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DocumentBuilder } from '@nestjs/swagger';

const swaggerConfig = new DocumentBuilder()
.setTitle('YT Plugin')
.setTitle('YT Notifier')
.setVersion('0.0.1')
.setDescription(
`If you want to authenticate click 'Authorize' button and the same inside modal (*ignore client_id input*),
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yt-plugin",
"description": "YT Plugin for subscribe keywords",
"name": "yt-notifier",
"description": "Get all of yours, the most important notification in one place, and get new info on every browser start",
"version": "0.0.1",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion react-app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center">
<h1> YT Plugin<br/>React + Vite + TypeScript</h1>
<h1> YT Notifier<br/>React + Vite + TypeScript</h1>
<h2> Chrome Extension </h2>
</div>
4 changes: 2 additions & 2 deletions react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "yt-plugin-frontend",
"name": "yt-notifier-frontend",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand Down

0 comments on commit 4e98687

Please sign in to comment.