Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Jun 19, 2023
1 parent 05da1f7 commit 1aadea9
Show file tree
Hide file tree
Showing 6 changed files with 3,177 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ node_modules/
assets/
!scripts/assets
package-lock.json
yarn.lock
docs/
docs/

.yarn/cache
.yarn/*.gz
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.0.cjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@
"@discordjs/docgen": "^0.11.1",
"@types/node": "^16.4.7",
"typescript": "^4.7.4"
}
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 1aadea9

Please sign in to comment.