-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix event handling to support webvr and webxr controller apis
- Loading branch information
1 parent
671fc34
commit 1c22871
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dbradleyfl/aframe-teleport-controls.git" | ||
"url": "git+https://github.com/fernandojsg/aframe-teleport-controls.git" | ||
}, | ||
"keywords": [ | ||
"aframe", | ||
|
@@ -31,9 +31,9 @@ | |
"author": "Fernando Serrano <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/dbradleyfl/aframe-teleport-controls/issues" | ||
"url": "https://github.com/fernandojsg/aframe-teleport-controls/issues" | ||
}, | ||
"homepage": "https://github.com/dbradleyfl/aframe-teleport-controls#readme", | ||
"homepage": "https://github.com/fernandojsg/aframe-teleport-controls#readme", | ||
"devDependencies": { | ||
"aframe": "*", | ||
"browserify": "^13.0.0", | ||
|