Skip to content

Commit

Permalink
fix: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Aug 27, 2024
1 parent 10289bd commit e7c44c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/mesh-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mesh",
"name": "meshjs",
"description": "A quick and easy way to bootstrap your dApps on Cardano using Mesh.",
"homepage": "https://meshjs.dev",
"author": "MeshJS",
"version": "1.5.2",
"version": "1.5.3",
"license": "Apache-2.0",
"main": "dist/mesh.cjs.js",
"main": "dist/meshjs.cjs.js",
"bin": {
"mesh": "./bin/mesh"
"meshjs": "./bin/meshjs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e7c44c4

Please sign in to comment.