Skip to content

Commit 687f023

Browse files
authored
Merge pull request #6 from EarthlingInteractive/upgrade-npm-packages
Upgrade npm packages - part 2
2 parents a815978 + 378ad46 commit 687f023

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ npm-debug.log
77
.component
88
package-lock.json
99
yarn.lock
10+
coverage
11+
.idea

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Install and use by directly including the [browser files](dist):
107107
```html
108108
<head>
109109
<title>My A-Frame Scene</title>
110-
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
110+
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
111111
<script src="https://unpkg.com/aframe-geo-projection-component/dist/aframe-geo-projection-component.min.js"></script>
112112
</head>
113113

examples/basic/extrude.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>A-Frame Geo Projection Component - Extruded Map</title>
66
<meta name="description" content="Example of rendering map of flat shapes using Geo Projection component."></meta>
7-
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
7+
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
88
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
99
</head>
1010
<body>

examples/basic/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>A-Frame Geo Projection Component - Basic</title>
66
<meta name="description" content="Basic example for Geo Projection component."></meta>
7-
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
7+
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
88
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
99
</head>
1010
<body>

examples/basic/shape.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>A-Frame Geo Projection Component - Flat Shape</title>
66
<meta name="description" content="Example of rendering map of flat shapes using Geo Projection component."></meta>
7-
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
7+
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
88
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
99
</head>
1010
<body>

examples/basic/topojson.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>A-Frame Geo Projection Component - Rendering TopoJson</title>
66
<meta name="description" content="Example of rendering map from TopoJSON using Geo Projection component."></meta>
7-
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
7+
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
88
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
99
</head>
1010
<body>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aframe-geo-projection-component",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "An A-Frame component for creating maps in VR using d3-geo projections",
55
"main": "index.js",
66
"unpkg": "dist/aframe-geo-projection-component.min.js",

0 commit comments

Comments
 (0)