Skip to content

Commit 6b80c65

Browse files
authored
Merge pull request #217 from wmurphyrd/up-to-date
Update dependencies, incl aframe 1.3.0
2 parents 6bed750 + a0a111c commit 6b80c65

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+124643
-70592
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ Install and use by directly by including the [browser files](dist):
5656
```html
5757
<head>
5858
<title>Most Basic Super-Hands Example</title>
59-
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
60-
<script src="https://cdn.rawgit.com/donmccurdy/aframe-extras/v4.1.2/dist/aframe-extras.min.js"></script>
61-
<script src="https://unpkg.com/super-hands@^3.0.1/dist/super-hands.min.js"></script>
59+
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
60+
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.misc.min.js"></script>
61+
<script src="https://rawgit.com/wmurphyrd/aframe-super-hands-component/master/dist/super-hands.js"></script>
62+
<script src="https://unpkg.com/super-hands@^3.0.2/dist/super-hands.min.js"></script>
6263
</head>
6364

6465
<body>

0 commit comments

Comments
 (0)