diff --git a/package.json b/package.json index 6b3a814..85f7689 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "todo-ddl", - "version": "1.0.2", + "version": "1.1.2", "description": "Todo manager with DDLs..", - "main": "index.js", + "main": "src/index.js", "repository": "https://github.com/iotcat/todo-ddl", "author": "iotcat ", "license": "Apache-2.0", "bin": { - "td": "index.js", - "td-server": "server.js" + "td": "src/index.js", + "td-server": "src/server.js" }, "dependencies": { "body-parser": "^1.19.0",