Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muraterzioglu committed Dec 23, 2023
1 parent 1d0e95c commit 9d04961
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nestjs-monorepo-graphql-federation",
"version": "0.0.1",
"description": "",
"author": "",
"version": "1.0.0",
"description": "My Nest.Js Starter Kit! Using Monorepo, Apollo GraphQL & Federation",
"author": "Murat Terzioglu <@muraterzioglu>",
"private": true,
"license": "UNLICENSED",
"license": "MIT",
"scripts": {
"build": "nest build",
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
Expand Down Expand Up @@ -47,4 +47,4 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
}
}
}

0 comments on commit 9d04961

Please sign in to comment.