Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhuiluo committed Dec 5, 2023
1 parent 281245d commit 6ab8db1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./src";
export * from "./typechain";
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aperture-lens",
"version": "0.1.1",
"version": "0.1.2",
"description": "Contains ephemeral lens contracts that can be called without deployment and their interfaces in various Web3 libraries.",
"author": "Aperture Finance <engineering@aperture.finance>",
"license": "Apache-2.0",
Expand All @@ -23,8 +23,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"contracts",
"dist",
"src",
"!test",
"LICENSE",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"declarationDir": "dist"
},
"include": [
"index.ts",
"./src",
"./typechain"
]
Expand Down

0 comments on commit 6ab8db1

Please sign in to comment.