From e7c44c4c968c80f22f18611b36bc6711887b49a7 Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Tue, 27 Aug 2024 17:37:12 +0800 Subject: [PATCH] fix: fix type --- scripts/mesh-cli/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/mesh-cli/package.json b/scripts/mesh-cli/package.json index 8cb23d3d..d3100bad 100644 --- a/scripts/mesh-cli/package.json +++ b/scripts/mesh-cli/package.json @@ -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",