Skip to content

Commit

Permalink
Merge pull request #278 from MeshJS/feature/aiken-cli
Browse files Browse the repository at this point in the history
fix: fix type
  • Loading branch information
HinsonSIDAN authored Aug 27, 2024
2 parents 10289bd + e7c44c4 commit 592852b
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 592852b

Please sign in to comment.