Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 committed Jan 30, 2024
1 parent 66a6f8e commit ddbcf35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@priyagupta18/sample-node",
"version": "1.0.0",
"version": "4.0.2",
"description": "sample-node application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" "
"test": "echo \"Error: no test specified\" ",
"postinstall": "echo 'postinstall script ran!'",
"publish": "yarn npm publish"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit ddbcf35

Please sign in to comment.