From 80bd62f0ec8293ea1c23838c9587ee71de8bf700 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 15 Sep 2021 05:44:33 +0800 Subject: [PATCH] minor update --- .github/FUNDING.yml | 12 ++++++++++++ .gitignore | 13 ------------- .npmignore | 18 ++++-------------- package.json | 2 +- 4 files changed, 17 insertions(+), 28 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..7accab5 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [night0721, ThunderE75] # 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: cathteam +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 +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.gitignore b/.gitignore index 72a0daa..229c3aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,3 @@ dist -# Packages node_modules/ package-lock.json - -# Log files -logs/ -*.log - -# Environment -.env - -# Miscellaneous -.tmp/ -.vscode/ -.DS_Store diff --git a/.npmignore b/.npmignore index 7942ef7..a511df0 100644 --- a/.npmignore +++ b/.npmignore @@ -1,17 +1,7 @@ src tsconfig.json -# Packages -node_modules/ +node_modules package-lock.json - -# Log files -logs/ -*.log - -# Environment -.env - -# Miscellaneous -.tmp/ -.vscode/ -.DS_Store +.gitignore +LICENSE +.github \ No newline at end of file diff --git a/package.json b/package.json index d728007..c56dfb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "1.2.0", + "version": "1.2.1", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts",