fix broken exports

pull/280/head
Vladimir Mandic 2021-03-25 08:43:51 -04:00
parent 7ca8f5c448
commit 58781b8626
2 changed files with 3 additions and 5 deletions

View File

@ -11,9 +11,7 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
### **HEAD -> main** 2021/03/24 mandic00@live.com ### **HEAD -> main** 2021/03/24 mandic00@live.com
- added face matching example to docs
### **origin/main** 2021/03/23 mandic00@live.com
- improve fact matching - improve fact matching
### **1.2.4** 2021/03/23 mandic00@live.com ### **1.2.4** 2021/03/23 mandic00@live.com

View File

@ -62,7 +62,7 @@
"@vladmandic/pilogger": "^0.2.15", "@vladmandic/pilogger": "^0.2.15",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"esbuild": "^0.9.6", "esbuild": "^0.10.0",
"eslint": "^7.22.0", "eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
@ -73,7 +73,7 @@
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"simple-git": "^2.37.0", "simple-git": "^2.37.0",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typedoc": "^0.20.33", "typedoc": "^0.20.34",
"typescript": "^4.2.3" "typescript": "^4.2.3"
} }
} }