diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
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" |