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" } }