Skip to content

Commit

Permalink
Update engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-3-n committed Sep 30, 2021
1 parent 1e48d30 commit 46fe7f6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"webpack_build": "PRODUCTION=1 webpack build",
"start": "webpack serve",
"update_yoha": "rm -r node_modules; yarn cache clean && yarn install --cache-folder $(mktemp -d) --update-checksums"
"update_yoha": "yarn add @handtracking.io/yoha"
},
"devDependencies": {
"@types/three": "^0.132.1",
Expand All @@ -22,6 +22,6 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@handtracking.io/yoha": "^0.0.4"
"@handtracking.io/yoha": "^0.0.6"
}
}
4 changes: 2 additions & 2 deletions www/draw.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions www/yoha/dist/engine.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/yoha/dist/loader.browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/yoha/dist/loader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/yoha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@handtracking.io/yoha",
"version": "0.0.4",
"version": "0.0.6",
"license": "MIT",
"homepage": "https://github.com/handtracking-io/yoha",
"description": "Practical hand tracking engine.",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.5.tgz#9283c9ce5b289a3c4f61c12757469e59377f81f3"
integrity sha512-6nFkfkmSeV/rqSaS4oWHgmpnYw194f6hmWF5is6b0J1naJZoiD0NTc9AiUwPHvWsowkjuHErCZT1wa0jg+BLIA==

"@handtracking.io/yoha@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@handtracking.io/yoha/-/yoha-0.0.4.tgz#6b9956613051ed69045f4d3f60d4d9d506a522e9"
integrity sha512-AjA+TP1O0X7akcgajFufGZgE177fFhXKe7Y/r1K7NjxTy4QQpFH+2dallY5KyYQNM+i9zCo0HkcI9EKvyYhLpQ==
"@handtracking.io/yoha@^0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@handtracking.io/yoha/-/yoha-0.0.6.tgz#c9e2c1773b51df432e4a2a7945c6fc3f9df750b5"
integrity sha512-XjEIPd36tL5GKRZ4Rs2u6D6CiSwoVCdenkRv6ZaCBfGYB3Ni3MDlQkTQhD0zFlMGQH2ELd+F/ZaAkz8rVq5qhw==

"@nodelib/[email protected]":
version "2.1.5"
Expand Down

0 comments on commit 46fe7f6

Please sign in to comment.