Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asrithaMulugoju authored Nov 21, 2022
1 parent 64bb306 commit e6ea850
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{"name": "hi-node",
"version": "1.0.0" ,
"description": "",
"main": "index.js",
"scripts": {"test": "echo \"Error : no test specified\" && exit 1"},
"author": "Rishi <[email protected]",
"license": "ISC"
}
{
"name": "l3",
"version": "1.0.0",
"description": "to-do-application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shiva",
"license": "ISC"
}

0 comments on commit e6ea850

Please sign in to comment.