Skip to content

Commit d1762e0

Browse files
committed
Add index, bump to alpha3
1 parent d9f923a commit d1762e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './sleuth';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compound-finance/sleuth",
3-
"version": "1.0.1-alpha2",
3+
"version": "1.0.1-alpha3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": ["dist/**/*", "parser/pkg/**/*"],

0 commit comments

Comments
 (0)