main
Vladimir Mandic 2022-01-14 10:10:30 -05:00
parent f471955de1
commit ee3b45e851
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"description": "Repository for optional models not included in the default Human library",
"license": "MIT",
"author": "Vladimir Mandic <mandic00@live.com>",
"version": "0.0.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/vladmandic/human-models.git"
@ -23,7 +23,7 @@
"tfjs",
"tensorflowjs"
],
"devDependencies": {
"@vladmandic/human": "@vladmandic/human"
"dependencies": {
"@vladmandic/human": "^2.5.8"
}
}