From ee3b45e851583789064c3fdaa5765b3870c96065 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 14 Jan 2022 10:10:30 -0500 Subject: [PATCH] 0.0.4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b2df275..3a96776 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Repository for optional models not included in the default Human library", "license": "MIT", "author": "Vladimir Mandic ", - "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" } }