feat: add verify package
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
86aacf1a1f
commit
cb58fbdb6c
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "packages/verify"]
|
||||||
|
path = packages/verify
|
||||||
|
url = https://github.com/circlecloud/ccms-verify.git
|
@ -18,5 +18,8 @@
|
|||||||
"build": "yarn clean && tsc",
|
"build": "yarn clean && tsc",
|
||||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@ccms/nashorn": "file:../nashorn"
|
||||||
|
},
|
||||||
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
|
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
|
||||||
}
|
}
|
||||||
|
1
packages/verify
Submodule
1
packages/verify
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 70e146ed94d840ca9afa5f6b31090c0a7150d1b5
|
@ -21,5 +21,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backo2": "^1.0.2",
|
"backo2": "^1.0.2",
|
||||||
"parseuri": "^0.0.6"
|
"parseuri": "^0.0.6"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@ccms/nashorn": "file:../nashorn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user