Skip to content

Commit

Permalink
Add umd build for 0xsequence/waas
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanpince committed Jun 26, 2024
1 parent 98423bb commit 2aecbad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/waas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"source": "src/index.ts",
"main": "dist/0xsequence-waas.cjs.js",
"module": "dist/0xsequence-waas.esm.js",
"umd:main": "dist/0xsequence-waas.umd.min.js",
"author": "Horizon Blockchain Games",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -30,5 +31,8 @@
"devDependencies": {
"@types/jwt-decode": "^3.1.0",
"fake-indexeddb": "^4.0.1"
},
"preconstruct": {
"umdName": "sequence-waas"
}
}

0 comments on commit 2aecbad

Please sign in to comment.