fix broken exports

pull/293/head
Vladimir Mandic 2021-03-25 08:43:51 -04:00
parent d2560e6954
commit 3cb0dca242
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
### **origin/main** 2021/03/23 mandic00@live.com
- added face matching example to docs
- improve fact matching
### **1.2.4** 2021/03/23 mandic00@live.com

View File

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