Skip to content

Commit

Permalink
fix package files
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed May 17, 2024
1 parent d854489 commit 19f6aa2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 and friendly development.",
"version": "1.2.0",
"version": "1.2.1",
"main": "main.js",
"types": "index.d.ts",
"author": "Wenderson Pires - wendersonpires.near",
Expand All @@ -24,7 +24,8 @@
"lib",
"main.js",
"gateway/dist/*",
"index.d.ts"
"index.d.ts",
"plugins"
],
"scripts": {
"build-gateway": "cd ./gateway && npm install && npm run build",
Expand Down

0 comments on commit 19f6aa2

Please sign in to comment.