File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# apphook: Event-Manager Hook Engine
2
2
3
3
[ ![ npm] ( https://img.shields.io/npm/v/apphook )] ( https://www.npmjs.com/package/apphook )
4
- [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/mr-kelly /apphook/npm-publish )] ( https://github.com/mr-kelly /apphook/actions )
4
+ [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/apitable /apphook/npm-publish )] ( https://github.com/apitable /apphook/actions )
5
5
[ ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/apphook )] ( https://www.npmjs.com/package/apphook )
6
6
[ ![ npm] ( https://img.shields.io/npm/dm/apphook )] ( https://www.npmjs.com/package/apphook )
7
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apphook" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"description" : " A way to implant/modify other piece of code" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./types/index.d.ts" ,
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git+https://github.com/mr-kelly /apphook.git"
14
+ "url" : " git+https://github.com/apitable /apphook.git"
15
15
},
16
16
"keywords" : [
17
17
" hook" ,
18
18
" plugin" ,
19
- " event"
19
+ " wordpress" ,
20
+ " event" ,
21
+ " event-manager"
20
22
],
21
23
"author" :
" Kelly Peilin Chan <[email protected] >" ,
22
24
"license" : " MIT" ,
23
25
"bugs" : {
24
- "url" : " https://github.com/mr-kelly /apphook/issues"
26
+ "url" : " https://github.com/apitable /apphook/issues"
25
27
},
26
- "homepage" : " https://github.com/mr-kelly /apphook" ,
28
+ "homepage" : " https://github.com/apitable /apphook" ,
27
29
"devDependencies" : {
28
30
"@types/jest" : " ^29.2.0" ,
29
31
"jest" : " ^29.2.1" ,
You can’t perform that action at this time.
0 commit comments