This commit is contained in:
satori 2021-11-29 01:39:32 +08:00
parent f4521f7aca
commit 19b7d67aec
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ Nodejs 构建的 RESTful 风格 WEB API
## Install
```bash
# clone 到本地
git clone ...
git clone https://github.com/InvisibleFuture/kana.git
# 切换到项目目录
cd shizukana

View File

@ -1,9 +1,9 @@
{
"name": "shizukana",
"name": "kana",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"repository": "git@github.com:InvisibleFuture/shizukana.git",
"repository": "git@github.com:InvisibleFuture/kana.git",
"author": "satori <huan0016@gmail.com>",
"license": "MIT",
"dependencies": {
@ -16,4 +16,4 @@
"nedb": "^1.8.0",
"string-random": "^0.1.3"
}
}
}