Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 25, 2024
1 parent 425f92b commit 2db140c
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 22 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Klasa
*.log
/config/private.js
/config/private.json
private.json
trivia-questions.json
dist/
bwd/
icon_cache/
.env
queries.txt
/logs

.yarn
Expand All @@ -27,16 +22,11 @@ node_modules/
# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

/coverage
*.cpuprofile

cache.json

tests/**/*.tsbuildinfo

.pnp.*
.yarn/*
!.yarn/patches
Expand All @@ -48,10 +38,8 @@ item/

tmp


robochimp
wiki.xml

.pnpm-store
*.tsbuildinfo
*/coverage
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"@vitest/coverage-v8": "^2.1.2",
"concurrently": "^8.2.2",
"esbuild": "0.24.0",
"node-gyp": "^10.2.0",
"node-gyp-build": "^4.8.4",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand All @@ -90,9 +91,6 @@
"typescript": "^5.5.3",
"vitest": "^2.1.5"
},
"engines": {
"node": "20.15.0"
},
"resolutions": {
"esbuild": "0.24.0"
},
Expand Down
Loading

0 comments on commit 2db140c

Please sign in to comment.