Skip to content

Commit 8b19ae3

Browse files
committed
chore: fix project name
1 parent fdb4668 commit 8b19ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "graphql-boilerplate",
2+
"name": "react-fullstack-basic",
33
"version": "1.0.0",
44
"devDependencies": {
55
"react-scripts": "1.1.4"

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-fullstack-basic",
2+
"name": "graphql-boilerplate",
33
"scripts": {
44
"start": "node src/index.js",
55
"playground": "prisma playground",

0 commit comments

Comments
 (0)