Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ayussh-2 committed Jan 11, 2025
1 parent 849450a commit adfb0cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
yarn.lock
yarn.lock
.cache
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "innovision-2023",
"name": "project-oregano",
"private": true,
"description": "Official repository for Innovision 2023",
"description": "Official repository for HackNITR 6.0",
"version": "1.3.0",
"license": "MIT",
"main": "src/pages/index.js",
"keywords": [
"innovision",
"hacknitr",
"website",
"react",
"gatsby",
"nextjs",
"tailwind",
"dscnitrourkela",
"nitrourkela"
],
"repository": {
"type": "git",
"url": "https://github.com/dscnitrourkela/project-raisin.git"
"url": "https://github.com/dscnitrourkela/project-oregano.git"
},
"bugs": {
"url": "https://github.com/dscnitrourkela/project-raisin.git"
"url": "https://github.com/dscnitrourkela/project-oregano.git"
},
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit adfb0cd

Please sign in to comment.