Skip to content

Commit d099ec6

Browse files
committed
[*] package.json: wrong informations after fork
1 parent e5c1c85 commit d099ec6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "metrics-from-popular-repositories",
3-
"version": "1.0.0",
4-
"description": "Metrics from most popular repositories on GitHub",
2+
"name": "python-vs-java-metrics",
3+
"version": "0.1.0",
4+
"description": "Comparison of python metrics versus java",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/TheMarini/LAB-6.git"
12+
"url": "git+https://github.com/TheMarini/python-vs-java-metrics.git"
1313
},
1414
"author": "Bruno Marini",
1515
"license": "MIT",
1616
"bugs": {
17-
"url": "https://github.com/TheMarini/LAB-6/issues"
17+
"url": "https://github.com/TheMarini/python-vs-java-metrics/issues"
1818
},
19-
"homepage": "https://github.com/TheMarini/LAB-6#readme",
19+
"homepage": "https://github.com/TheMarini/python-vs-java-metrics#readme",
2020
"dependencies": {
2121
"axios": "^0.20.0",
2222
"dotenv": "^8.2.0",

0 commit comments

Comments
 (0)