Skip to content

Commit 226ab9d

Browse files
committed
release: v1.0.7, move to apitable org
1 parent 569a2ba commit 226ab9d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# apphook: Event-Manager Hook Engine
22

33
[![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)
55
[![npm bundle size](https://img.shields.io/bundlephobia/min/apphook)](https://www.npmjs.com/package/apphook)
66
[![npm](https://img.shields.io/npm/dm/apphook)](https://www.npmjs.com/package/apphook)
77

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apphook",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A way to implant/modify other piece of code",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
@@ -11,19 +11,21 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/mr-kelly/apphook.git"
14+
"url": "git+https://github.com/apitable/apphook.git"
1515
},
1616
"keywords": [
1717
"hook",
1818
"plugin",
19-
"event"
19+
"wordpress",
20+
"event",
21+
"event-manager"
2022
],
2123
"author": "Kelly Peilin Chan <[email protected]>",
2224
"license": "MIT",
2325
"bugs": {
24-
"url": "https://github.com/mr-kelly/apphook/issues"
26+
"url": "https://github.com/apitable/apphook/issues"
2527
},
26-
"homepage": "https://github.com/mr-kelly/apphook",
28+
"homepage": "https://github.com/apitable/apphook",
2729
"devDependencies": {
2830
"@types/jest": "^29.2.0",
2931
"jest": "^29.2.1",

0 commit comments

Comments
 (0)