kana
This commit is contained in:
parent
f4521f7aca
commit
19b7d67aec
@ -19,7 +19,7 @@ Nodejs 构建的 RESTful 风格 WEB API
|
||||
## Install
|
||||
```bash
|
||||
# clone 到本地
|
||||
git clone ...
|
||||
git clone https://github.com/InvisibleFuture/kana.git
|
||||
|
||||
# 切换到项目目录
|
||||
cd shizukana
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user