pull/293/head
Vladimir Mandic 2020-10-16 15:22:01 -04:00
parent f31c18f241
commit ada14165d4
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@vladmandic/human", "name": "@vladmandic/human",
"version": "0.3.4", "version": "0.3.5",
"description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", "description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction",
"sideEffects": false, "sideEffects": false,
"main": "dist/human-nobundle.cjs", "main": "dist/human-nobundle.cjs",
@ -19,8 +19,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/vladmandic/human.git" "url": "git+https://github.com/vladmandic/human.git"
}, },
"dependencies": { "dependencies": {},
},
"peerDependencies": {}, "peerDependencies": {},
"devDependencies": { "devDependencies": {
"@vladmandic/pilogger": "^0.2.6", "@vladmandic/pilogger": "^0.2.6",