Skip to content

Commit

Permalink
make nedb work with feathers 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanibus committed Nov 27, 2023
1 parent 1b6a430 commit 77066e1
Show file tree
Hide file tree
Showing 12 changed files with 2,413 additions and 1,818 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ node_modules

dist/
db-data/

# TypeScript compiled files
lib/
7 changes: 7 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timeout": 30000,
"require": ["ts-node/register", "source-map-support/register"],
"reporter": "Dot",
"extension": ".test.ts",
"exit": true
}
188 changes: 0 additions & 188 deletions lib/index.js

This file was deleted.

27 changes: 0 additions & 27 deletions lib/utils.js

This file was deleted.

Loading

0 comments on commit 77066e1

Please sign in to comment.