Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #140 from auguwu/indev
Browse files Browse the repository at this point in the history
[1.1.0] Improvements, Bug Fixes
  • Loading branch information
auguwu authored Mar 18, 2021
2 parents 15489e7 + 72bda52 commit ab19121
Show file tree
Hide file tree
Showing 41 changed files with 2,946 additions and 2,012 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ESLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npm i -g eslint

- name: Installs all local dependencies
run: npm ci
run: npm i

- name: Lints the repository for any code-checking errors
run: npm run lint
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules/
build/
src/old_voice/
test/

*.lock
Expand Down
8 changes: 0 additions & 8 deletions docs/classes.md

This file was deleted.

12 changes: 1 addition & 11 deletions docs/docs.json
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
{
"metadata": {
"name": "Wumpcord",
"description": "Flexible and type-safe Discord API library without any overhead."
},
"pages": {
"/classes/*": "./classes.md",
"/types/*": "./types.md",
"/": "./index.md"
}
}
{}
41 changes: 0 additions & 41 deletions docs/index.md

This file was deleted.

Loading

0 comments on commit ab19121

Please sign in to comment.