master
cn.yimian.xyz 4 years ago
parent e26ad5de0e
commit 541dd38e0e
  1. 8
      package.json

@ -1,14 +1,14 @@
{ {
"name": "todo-ddl", "name": "todo-ddl",
"version": "1.0.2", "version": "1.1.2",
"description": "Todo manager with DDLs..", "description": "Todo manager with DDLs..",
"main": "index.js", "main": "src/index.js",
"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": "src/index.js",
"td-server": "server.js" "td-server": "src/server.js"
}, },
"dependencies": { "dependencies": {
"body-parser": "^1.19.0", "body-parser": "^1.19.0",

Loading…
Cancel
Save