From 4558f951e47238c966fe2c1af625b680d072d1c2 Mon Sep 17 00:00:00 2001 From: Jimmy Madrigal Date: Thu, 8 Aug 2024 08:59:49 -0600 Subject: [PATCH] chore: release v1.0.2 --- bin/cli.js | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/cli.js b/bin/cli.js index 0b0f875..c573f4c 100644 --- a/bin/cli.js +++ b/bin/cli.js @@ -32,7 +32,7 @@ console.log(`cd ${repoName}`); console.log(`pnpm dev`); console.log(`Visit http://localhost:3000 to see the project in action!`); console.log(`Run the following command in another terminal:`); -console.log(`npx localtunnel --port 3000`); +console.log(`npx cloudflared tunnel --url http://localhost:5173`); console.log( - `Create a new post in https://dscvr.one/ and paste the URL generated by localtunnel to see the canvas app in the post!` + `Create a new post in https://dscvr.one/ and paste the generated URL to see the canvas app in the post!` ); diff --git a/package-lock.json b/package-lock.json index bbc8583..1d3aa8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dscvr-one/create-canvas-starter", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dscvr-one/create-canvas-starter", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "bin": { "create-canvas-starter": "bin/cli.js" diff --git a/package.json b/package.json index 4bc7a87..0ec1b0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dscvr-one/create-canvas-starter", - "version": "1.0.1", + "version": "1.0.2", "description": "npx create starter that clones from dscvr canvas examples", "main": "index.js", "bin": "./bin/cli.js",