feat: add verify package

Signed-off-by: MiaoWoo <admin@yumc.pw>
backup
MiaoWoo 2022-05-13 23:50:02 +08:00
parent 86aacf1a1f
commit cb58fbdb6c
4 changed files with 10 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "packages/verify"]
path = packages/verify
url = https://github.com/circlecloud/ccms-verify.git

View File

@ -18,5 +18,8 @@
"build": "yarn clean && tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@ccms/nashorn": "file:../nashorn"
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
}

1
packages/verify Submodule

@ -0,0 +1 @@
Subproject commit 70e146ed94d840ca9afa5f6b31090c0a7150d1b5

View File

@ -21,5 +21,8 @@
"dependencies": {
"backo2": "^1.0.2",
"parseuri": "^0.0.6"
},
"devDependencies": {
"@ccms/nashorn": "file:../nashorn"
}
}