Skip to content

Commit 8ce9bb8

Browse files
authored
clarify
1 parent 246cfd3 commit 8ce9bb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ export { function1 } from "./function1";
6666
"main": "dist/index.js",
6767
"dependencies": {
6868
"@urcomputeringpal/github-script-ts": "0.0.7"
69+
},
70+
"devDependencies": {
71+
"@types/node": "16.18.30",
72+
"ts-loader": "9.4.2",
73+
"typescript": "4.9.5"
6974
}
7075
}
7176
```

0 commit comments

Comments
 (0)