Skip to content

Commit 089d6ca

Browse files
committed
chore: build tsc
1 parent b1f4bfd commit 089d6ca

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# apphook - Hook Engine
1+
# apphook: Event-Driven Hook Engine
22

3-
4-
Hooks is a way to implant/modify other piece of code.
3+
`apphook` is a way to implant/modify other piece of code.
54

65
Computer software is a sort of sequence. We build software according to the business.
76

package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A way to implant/modify other piece of code",
55
"main": "index.js",
66
"scripts": {
7+
"build": "tsc",
78
"test": "jest --coverage"
89
},
910
"repository": {

0 commit comments

Comments
 (0)