From 1513c4060456616a57ba3381cb16165e2f5391c9 Mon Sep 17 00:00:00 2001 From: Genar Trias Ortiz Date: Mon, 9 Aug 2021 13:24:06 +0200 Subject: [PATCH] 0.1.10 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e717485..f9c9f93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tentaclesql", - "version": "0.1.9", + "version": "0.1.10", "description": "SQL engine from multiple sources", "dependencies": { "better-sqlite3": "^7.1.5", @@ -35,13 +35,13 @@ "typescript": "^4.2.4" }, "scripts": { - "build": "rimraf dist && tsup server.ts --format cjs,esm --dts", - "cli": "LOG_LEVEL='debug' esno cli.ts", - "lint": "eslint . --ext .ts", - "start": "esno server.ts", - "test": "jest", - "test:watch": "jest --watch", - "watch": "yarn build -- --watch" + "build": "rimraf dist && tsup server.ts --format cjs,esm --dts", + "cli": "LOG_LEVEL='debug' esno cli.ts", + "lint": "eslint . --ext .ts", + "start": "esno server.ts", + "test": "jest", + "test:watch": "jest --watch", + "watch": "yarn build -- --watch" }, "author": "", "license": "ISC"