Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 130142b

Browse files
committed
1.0
1 parent 476c2aa commit 130142b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# codeline-statistic
1+
# code-statistic
22
Parse the lines of code for each language in the repository and generate the results. (using nodeJS)
33

44

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "codeline-statistic",
2+
"name": "code-statistic",
33
"version": "1.0.0",
44
"description": "Parse the lines of code for each language in the repository/account and generate the results. ",
55
"main": "index.js",
@@ -8,17 +8,17 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/zmh-program/codeline-statistic.git"
11+
"url": "git+https://github.com/zmh-program/code-statistic.git"
1212
},
1313
"keywords": [
1414
"line-statistic"
1515
],
1616
"author": "zmh-program",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/zmh-program/codeline-statistic/issues"
19+
"url": "https://github.com/zmh-program/code-statistic/issues"
2020
},
21-
"homepage": "https://github.com/zmh-program/codeline-statistic#readme",
21+
"homepage": "https://github.com/zmh-program/code-statistic#readme",
2222
"dependencies": {
2323
"axios": "^1.3.2",
2424
"ejs": "^3.1.8",

0 commit comments

Comments
 (0)