From 1cb0d489099d594dfe301bfa549e31d26501ce44 Mon Sep 17 00:00:00 2001 From: bookerzhao Date: Thu, 11 Jul 2024 10:18:10 +0800 Subject: [PATCH] chore:update --- miniprogram/app.js | 1 - miniprogram/package.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/miniprogram/app.js b/miniprogram/app.js index 9a4d255..0677788 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -1,5 +1,4 @@ // app.js - const { init } = require('@cloudbase/wx-cloud-client-sdk') App({ diff --git a/miniprogram/package.json b/miniprogram/package.json index 0e390bf..6506d00 100644 --- a/miniprogram/package.json +++ b/miniprogram/package.json @@ -10,8 +10,5 @@ "license": "ISC", "dependencies": { "@cloudbase/wx-cloud-client-sdk": "^1.0.0" - }, - "devDependencies": { - "@cloubase/cli": "latest" } }