From f5338ba1a88a7f1a5a24c856c91584d46a25ce0b Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 5 Jun 2022 22:06:41 +0800 Subject: [PATCH] u --- package.json | 6 +++--- usersocket.js => unisocket.js | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename usersocket.js => unisocket.js (100%) diff --git a/package.json b/package.json index cb73079..9dd332b 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "user.websocket.uniapp", + "name": "usend-websocket-uniapp", "version": "1.0.0", "description": "uniapp people side websocket", - "main": "usersocket.js", + "main": "unisocket.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "https://git.faronear.org/npm/user.websocket.uniapp.git" + "url": "https://git.faronear.org/npm/usend-websocket-uniapp.git" }, "author": "", "license": "ISC" diff --git a/usersocket.js b/unisocket.js similarity index 100% rename from usersocket.js rename to unisocket.js