Skip to content

Commit

Permalink
preparing to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah-trillionz committed Sep 10, 2022
1 parent b4c7321 commit 739bdfe
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 1,205 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
/data
LICENSE.txt
README.md
pre.nodemon.json
pre.nodemon.json
/dist
native-json-db-1.0.0.tgz
dist/database.js
dist/error.js
dist/server.js
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/src/example
/.idea
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,3 @@
- Write code only in typescript, specifically in the __src__ directory, code should not be written/edited in the __dist__ directory.
- The __src__ directory only contains typescript files of the package i.e files that matter
- the __examples__ directory would contain any typical example of using the database

A sample of a simple query

## NOTE: URGENT
When compiling to javascript change the module (in `tsconfig.json`) to `ES2020`.
Loading

0 comments on commit 739bdfe

Please sign in to comment.