Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ildar Timerbaev committed Mar 4, 2025
1 parent 8077dcc commit 5be2ac5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"name": "@ecency/wallets",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "./dist/ecency-wallets.umd.js",
"module": "./dist/ecency-wallets.es.js",
"files": [
"dist",
"README.md"
],
"exports": {
".": {
"import": "./dist/ecency-renderer.es.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 5be2ac5

Please sign in to comment.