Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammodiin authored Jun 6, 2021
1 parent 2698230 commit 6fc9dcf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "next-blog",
"name": "NextVita",
"description": "NextVita is a free Next Js boilerplate aimed for a 100% score in the lighthouse to get maximum benefits from the Google Core Web Vital SEO update.",
"version": "0.1.0",
"private": true,
"author": {
"name": "Shivam Modi",
"url": "https://nextvita.vercel.app/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shivammodi456/nextvita.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

1 comment on commit 6fc9dcf

@vercel
Copy link

@vercel vercel bot commented on 6fc9dcf Jun 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.