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 8467f97 commit 89fd7d8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@
"description": "sample-node application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" ",
"postinstall": "echo 'postinstall script ran!'",
"publish": "yarn npm publish"
"test": "echo \"Error: no test specified\" "
},
"author": "",
"license": "ISC",
"publishConfig": {
"registry": "https://npm.pkg.github.com/priyagupta108"
},
"dependencies": {
"express": "^4.18.2"
},
"repository": "https://github.com/priyagupta108/sample-node.git",
"packageManager": "[email protected]"
"repository": "https://github.com/priyagupta108/sample-node.git"
}

0 comments on commit 89fd7d8

Please sign in to comment.