Skip to content

Commit b0b3d81

Browse files
committed
Add package.json file
1 parent ff88ca4 commit b0b3d81

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

0x05-Node_JS_basic/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "A simple project for learning the basics of Node.js for server-side apps.",
55
"main": "index.js",
6-
"author": "Bezaleel Olakunori <bezaleeloci@gmail.com>",
6+
"author": "Marsiya Issah <mmasy370@gmail.com>",
77
"private": true,
88
"license": "MIT",
99
"scripts": {
@@ -33,12 +33,8 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/B3zaleel/alx-backend-javascript"
36+
"url": "https://github.com/Mar-Issah/alx-backend-javascript"
3737
},
38-
"bugs": {
39-
"url": "https://github.com/B3zaleel/alx-backend-javascript/tree/main/0x05-Node_JS_basic"
40-
},
41-
"homepage": "https://github.com/B3zaleel/alx-backend-javascript/blob/main/0x05-Node_JS_basic/README.md",
4238
"engines": {
4339
"node": "16.x",
4440
"npm": "8.x",

0 commit comments

Comments
 (0)