From 9f5b40a2c37d2e332e7132e0969f105160fd0aa9 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Wed, 14 Dec 2022 16:49:17 +0800 Subject: [PATCH] fix .gitlab-ci.yml --- config/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/package.json b/config/package.json index 1912787..37a79f2 100644 --- a/config/package.json +++ b/config/package.json @@ -1,10 +1,10 @@ { - "name": "@perxis/perxis-client", + "name": "@perxis-js/perxis-client", "version": "1.0.0", "description": "", - "main": "proto/index.js", + "main": "clients/index.js", "files": [ - "proto/" + "clients/" ], "repository": { "type": "git", -- GitLab