Skip to content

Commit 473a7f3

Browse files
committed
chore: package.json tweaks, sync metadata to github
1 parent 5e970e2 commit 473a7f3

2 files changed

Lines changed: 32 additions & 10 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Set GitHub Metadata
2+
on:
3+
push:
4+
branches: [main]
5+
workflow_dispatch: {}
6+
7+
jobs:
8+
build:
9+
name: Set GitHub Metadata
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v6
15+
with:
16+
fetch-depth: 0
17+
18+
- name: Sync Package info to GitHub
19+
uses: kitschpatrol/github-action-repo-sync@v4
20+
with:
21+
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"name": "@kitschpatrol/tokei",
33
"version": "1.1.0",
4-
"description": "Node binding for tokei, a fast code statistics tool",
4+
"description": "Node binding for tokei, a fast code statistics tool.",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"repository": {
88
"type": "git",
9-
"url": "git+ssh://git@github.com/kitschpatrol/napi-tokei.git"
9+
"url": "git+https://github.com/kitschpatrol/napi-tokei.git"
1010
},
11+
"homepage": "https://github.com/kitschpatrol/napi-tokei",
1112
"license": "MIT",
1213
"keywords": [
13-
"napi-rs",
14-
"NAPI",
15-
"N-API",
16-
"Rust",
17-
"node-addon",
18-
"node-addon-api",
19-
"tokei",
2014
"code-stats",
15+
"lines-of-code",
2116
"loc",
22-
"lines-of-code"
17+
"napi-rs",
18+
"napi",
19+
"node-addon-api",
20+
"node-addon",
21+
"node-package",
22+
"rust",
23+
"tokei"
2324
],
2425
"files": [
2526
"index.d.ts",

0 commit comments

Comments
 (0)