From 9e51d7168dbe5adf96b0242e61a8713238a323ba Mon Sep 17 00:00:00 2001 From: iotcat Date: Wed, 8 Jul 2020 20:41:21 +0800 Subject: [PATCH] v1.0.4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dc2adc6..b4fd355 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "todo-ddl", - "version": "1.0.3", + "version": "1.0.4", "description": "Todo manager with DDLs..", - "main": "index.js", + "main": "td", "repository": "https://github.com/iotcat/todo-ddl", "author": "iotcat ", "license": "Apache-2.0", "bin": { - "td": "index.js", + "td": "td", "td-server": "server.js" }, "dependencies": {