diff options
Diffstat (limited to 'core/package.json')
-rw-r--r-- | core/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/package.json b/core/package.json index d31822f..856ec06 100644 --- a/core/package.json +++ b/core/package.json @@ -1,9 +1,9 @@ { "name": "naive-core", - "version": "1.5.2", + "version": "1.5.3", "description": "A naive NoSQL database", - "main": "dist/database.js", - "types": "dist/database.d.ts", + "main": "dist/core/src/index.js", + "types": "dist/core/src/index.d.ts", "scripts": { "build": "tsc && typedoc --out docs src", "test": "jest src" |