summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 20:14:37 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-01-20 20:14:37 -0800
commitfc6b43224fe49be0cbb64785cd7e38d0f1a86eb5 (patch)
treea13108aaefa4453161659362914f75de4eee8321
parent69cc95d4f9e74f23f43f5ee8e3f3a3b611054706 (diff)
Configure naive-client
-rw-r--r--client/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/package.json b/client/package.json
index 08ad6f3..e69b072 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,9 +1,9 @@
{
- "name": "@nvandoorn/naive-core",
- "version": "1.3.2",
- "description": "A naive NoSQL database",
- "main": "dist/database.js",
- "types": "dist/database.d.ts",
+ "name": "naive-client",
+ "version": "1.0.0-replace",
+ "description": "A naive NoSQL database client",
+ "main": "dist/client/src/index.js",
+ "types": "dist/client/src/index.d.ts",
"scripts": {
"build": "tsc && typedoc --out docs src",
"test": "jest src"