Skip to content

Commit a887597

Browse files
committed
rectified errors
1 parent d1c3fcf commit a887597

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nodetestrepo",
2+
"name": "codeuino",
33
"version": "1.0.0",
44
"description": "",
55
"main": "server.js",
@@ -9,16 +9,17 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/devesh-verma/nodetestrepo.git"
12+
"url": "git+https://github.com/devshiva619/website-www.codeuino.org.git"
1313
},
1414
"author": "",
1515
"license": "ISC",
1616
"bugs": {
17-
"url": "https://github.com/devesh-verma/nodetestrepo/issues"
17+
"url": "https://github.com/devshiva619/website-www.codeuino.org.git/issues"
1818
},
19-
"homepage": "https://github.com/devesh-verma/nodetestrepo#readme",
19+
"homepage": "https://github.com/devshiva619/website-www.codeuino.org.git#readme",
2020
"dependencies": {
2121
"ejs": "^2.6.1",
2222
"express": "^4.16.4"
23-
}
23+
},
24+
"devDependencies": {}
2425
}

0 commit comments

Comments
 (0)