Skip to content

Commit 2e5ae6f

Browse files
committed
chore: change name after organization change
1 parent 0dd5ada commit 2e5ae6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Start Patch
26-
uses: anonrig/[email protected].2
26+
uses: pkgjs/[email protected].3
2727
with:
2828
base_file_path: './base.md'
2929
patch_file_path: './patch'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "code-of-conduct",
2+
"name": "@pkgjs/patch-my-code-of-conduct",
33
"version": "1.0.2",
44
"description": "A tool for generating a code of conduct with patches",
55
"main": "lib/index.js",
@@ -14,13 +14,13 @@
1414
"author": "Yagiz Nizipli <[email protected]>",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@types/node": "^18.11.9",
18-
"@vercel/ncc": "^0.34.0",
19-
"vitest": "^0.25.1"
17+
"@types/node": "^18.11.13",
18+
"@vercel/ncc": "^0.36.0",
19+
"vitest": "^0.25.7"
2020
},
2121
"dependencies": {
2222
"@actions/core": "^1.10.0",
2323
"@actions/github": "^5.1.1",
24-
"undici": "^5.12.0"
24+
"undici": "^5.14.0"
2525
}
2626
}

0 commit comments

Comments
 (0)