Skip to content

Commit

Permalink
fix: use repo as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nampereira committed May 19, 2024
1 parent 684f16b commit 934e032
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 8 deletions.
163 changes: 158 additions & 5 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 @@ -24,7 +24,6 @@
"aframe-gaussian-splatting-component": "^0.0.19",
"aframe-thickline-component": "^0.0.3",
"comlink": "^4.3.0",
"expr-eval": "^2.0.2",
"he": "^1.2.0",
"linkifyjs": "^2.1.9",
"mqtt-pattern": "^2.1.0",
Expand All @@ -36,7 +35,8 @@
"three-pathfinding": "^1.1.0",
"three-shim": "file:src/shims/three-shim",
"uuidjs": "^5.0.1",
"webxr-polyfill": "^2.0.3"
"webxr-polyfill": "^2.0.3",
"xacro-parser": "gkjohnson/xacro-parser#2c75369ef2f4e891bae75f3dc47ebb5275da55c9"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/object/urdf-model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* global AFRAME, THREE */
import { XacroLoader } from '../vendor/xacro-parser';
import { XacroLoader } from 'xacro-parser';
import URDFLoader from '../vendor/urdf-loader/URDFLoader';

/**
Expand Down

0 comments on commit 934e032

Please sign in to comment.