1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00

Added URLManager

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-08-31 00:41:38 +02:00
parent 066908cb4b
commit f612d78545
13 changed files with 2796 additions and 45 deletions

View File

@ -16,6 +16,7 @@
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
"build": "tsc",
"test": "tsc --noEmit"
}
}