Skip to content

Commit

Permalink
Updating MD
Browse files Browse the repository at this point in the history
  • Loading branch information
denyncrawford committed Jul 24, 2020
1 parent d9b8101 commit aafc77b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 3,15 @@
"description": "A Deno 🦕 persistent database for JS & TS",
"stable": true,
"entry": "./mod.ts",
"version": "0.1.0",
"version": "0.1.1",
"repository": "https://github.com/denyncrawford/dndb",
"files": [
"./mod.js",
"./datastore/*",
"./datastore/methods/*",
"./mod.ts",
"./src/*",
"./src/methods/*",
"./src/types/*",
"./demo/*",
"README.md",
"deps.js"
"deps.ts"
]
}

0 comments on commit aafc77b

Please sign in to comment.