From 4c8a516b8a14cfa0f295549de5c9e6fa5fdce47e Mon Sep 17 00:00:00 2001 From: Frank Leng Date: Mon, 3 May 2021 17:07:17 -0700 Subject: [PATCH] bump to 1.0.2 remove test.ts --- package.json | 2 +- test.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 test.ts diff --git a/package.json b/package.json index a2ddb3d..6cfe96a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamocsv", - "version": "1.0.1", + "version": "1.0.2", "description": "Export result of dynamodb scans and queries to Node stream", "main": "dist/index.js", "scripts": { diff --git a/test.ts b/test.ts deleted file mode 100644 index e69de29..0000000