Skip to content

Commit

Permalink
upgrading @ar-js-org/artoolkit5-js to version 0.3.1
Browse files Browse the repository at this point in the history
- fix husky issue 'install command is DEPRECATED'
  • Loading branch information
kalwalt committed Nov 25, 2024
1 parent 721fc69 commit bb9ffb1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion aframe/build/aframe-ar-nft.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aframe/build/aframe-ar.js

Large diffs are not rendered by default.

29 changes: 16 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development --progress --watch",
"server": "npx http-server -c -1",
"prepare": "husky install"
"prepare": "husky"
},
"files": [
"three.js/build",
Expand Down Expand Up @@ -59,7 +59,7 @@
"worker-loader": "^3.0.8"
},
"dependencies": {
"@ar-js-org/artoolkit5-js": "^0.3.0",
"@ar-js-org/artoolkit5-js": "^0.3.1",
"aframe": "^1.6.0",
"three": "^0.164.0"
},
Expand Down
2 changes: 1 addition & 1 deletion three.js/build/ar-threex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion three.js/build/ar-threex.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion three.js/build/ar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion three.js/build/ar.module.js

Large diffs are not rendered by default.

0 comments on commit bb9ffb1

Please sign in to comment.