From 4ba5cf1c57c7225c9e2a39f26f958cf1dacf6258 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Tue, 16 Aug 2022 14:12:01 +0800 Subject: [PATCH] u --- index.js => cocon.js | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename index.js => cocon.js (100%) diff --git a/index.js b/cocon.js similarity index 100% rename from index.js rename to cocon.js diff --git a/package.json b/package.json index 0213f0e..dee5980 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "basend-cocon", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "cocon.js", "scripts": {}, "author": "", "license": "ISC",