minor update

This commit is contained in:
night0721 2021-09-15 05:44:33 +08:00
parent e47f5b0e91
commit 80bd62f0ec
4 changed files with 17 additions and 28 deletions

12
.github/FUNDING.yml vendored Normal file
View file

@ -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']

13
.gitignore vendored
View file

@ -1,16 +1,3 @@
dist dist
# Packages
node_modules/ node_modules/
package-lock.json package-lock.json
# Log files
logs/
*.log
# Environment
.env
# Miscellaneous
.tmp/
.vscode/
.DS_Store

View file

@ -1,17 +1,7 @@
src src
tsconfig.json tsconfig.json
# Packages node_modules
node_modules/
package-lock.json package-lock.json
.gitignore
# Log files LICENSE
logs/ .github
*.log
# Environment
.env
# Miscellaneous
.tmp/
.vscode/
.DS_Store

View file

@ -1,6 +1,6 @@
{ {
"name": "cath", "name": "cath",
"version": "1.2.0", "version": "1.2.1",
"description": "A powerful package that can interact with Cath API", "description": "A powerful package that can interact with Cath API",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",