Rename the app

This commit is contained in:
Hayk Martiros 2022-11-20 11:29:10 -08:00
parent e4e8a99ab9
commit 9598bd30ab
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
# Riffusion App
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "nextjs",
"name": "riffusion",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextjs",
"name": "riffusion",
"version": "0.1.0",
"dependencies": {
"eslint": "8.27.0",

View File

@ -1,5 +1,5 @@
{
"name": "nextjs",
"name": "riffusion",
"version": "0.1.0",
"private": true,
"scripts": {