Skip to content

Commit 8b9d06f

Browse files
committed
Release 0.0.3 fixed typings
1 parent a13fd9f commit 8b9d06f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
declare function collectStats(dirname: string): void;
1+
declare function collectStats(): void;
22
export default collectStats;
33

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-action-stats",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Library to get stats for github action runs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)