Skip to content

Commit

Permalink
fix d.ts imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Mar 11, 2024
1 parent 988fc22 commit 8b7eec6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alem",
"description": "Create web3 applications for NEAR BOS with a focus on performance while using concepts that are based on ReactJS.",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"main": "main.js",
"types": "index.d.ts",
"author": "Wenderson Pires - wendersonpires.near",
Expand All @@ -24,12 +24,11 @@
"lib",
"main.js",
"gateway/dist/*",
"api.d.ts",
"bos.d.ts",
"hooks.d.ts",
"index.d.ts",
"router.d.ts",
"store.d.ts",
"theme.d.ts",
"utils.d.ts"
"store.d.ts"
],
"scripts": {
"build-gateway": "cd ./gateway && npm install && npm run build",
Expand Down

0 comments on commit 8b7eec6

Please sign in to comment.