Skip to content

Commit

Permalink
included types to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Mar 6, 2024
1 parent e0cc326 commit 509f6ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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.4",
"version": "0.0.1-alpha.5",
"main": "main.js",
"author": "Wenderson Pires - wendersonpires.near",
"license": "MIT",
Expand All @@ -22,7 +22,13 @@
"bin",
"lib",
"main.js",
"gateway/dist/*"
"gateway/dist/*",
"bos.d.ts",
"hooks.d.ts",
"router.d.ts",
"store.d.ts",
"theme.d.ts",
"utils.d.ts"
],
"scripts": {
"build-gateway": "cd ./gateway && npm install && npm run build",
Expand Down

0 comments on commit 509f6ed

Please sign in to comment.