From 3796594ae3ee3839fd943400d4ba8d5ae7244f27 Mon Sep 17 00:00:00 2001 From: zhenghaole <89932980@qq.com> Date: Fri, 27 Oct 2023 20:17:18 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E6=B7=BB=E5=8A=A0npm=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 13 ------------- .github/workflows/test.yml | 14 -------------- readme.md | 2 ++ 3 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/workflows/test.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 14b6081..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms - -github: [mumuy]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 0f16abe..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: node_js - -node_js: - - "18.2.0" - -install: - - npm install - -script: - - npm run build - -branches: - only: - - master diff --git a/readme.md b/readme.md index 419e6bd..eaf3df0 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,8 @@ 然后使用 `require` 引入模块 +![npm](https://img.shields.io/npm/v/relationship.js) ![npm](https://img.shields.io/npm/dw/relationship.js) + ```js var relationship = require("relationship.js"); ```