master
iotcat 4 years ago
parent 868cae4fa9
commit 9e51d7168d
  1. 6
      package.json

@ -1,13 +1,13 @@
{ {
"name": "todo-ddl", "name": "todo-ddl",
"version": "1.0.3", "version": "1.0.4",
"description": "Todo manager with DDLs..", "description": "Todo manager with DDLs..",
"main": "index.js", "main": "td",
"repository": "https://github.com/iotcat/todo-ddl", "repository": "https://github.com/iotcat/todo-ddl",
"author": "iotcat <i@iotcat.me>", "author": "iotcat <i@iotcat.me>",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"td": "index.js", "td": "td",
"td-server": "server.js" "td-server": "server.js"
}, },
"dependencies": { "dependencies": {

Loading…
Cancel
Save