Skip to content

Commit

Permalink
feat: bump cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Aug 27, 2024
1 parent 7a6acdf commit 53fc257
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": "create-mesh-app",
"name": "mesh",
"description": "A quick and easy way to bootstrap your dApps on Cardano using Mesh.",
"homepage": "https://meshjs.dev",
"author": "MeshJS",
"version": "1.5.1",
"version": "1.5.2",
"license": "Apache-2.0",
"main": "dist/create-mesh-app.cjs.js",
"main": "dist/mesh.cjs.js",
"bin": {
"create-mesh-app": "./bin/create-mesh-app"
"mesh": "./bin/mesh"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 53fc257

Please sign in to comment.