summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 13:51:31 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 13:51:31 -0800
commit360e11aa7c7f51380c1ab574292f16dcaf8fb8d5 (patch)
tree7165d837275c7a409f618587fc05d66a7d931413 /package.json
parent08d7de10f4a163eb8db43be4ce92dc8bb3fa4efd (diff)
Update docs for release 1.3.11.3.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index fbe5adb..1e82be7 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,9 @@
{
"name": "naive",
- "version": "1.0.0",
+ "version": "1.3.1",
"description": "A naive NoSQL database",
- "main": "index.js",
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
"scripts": {
"build": "tsc && typedoc --out docs src",
"test": "jest src"