Skip to content

Commit

Permalink
Merge pull request #6 from EarthlingInteractive/upgrade-npm-packages
Browse files Browse the repository at this point in the history
Upgrade npm packages - part 2
  • Loading branch information
sbrudz authored Dec 11, 2018
2 parents a815978 + 378ad46 commit 687f023
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ npm-debug.log
.component
package-lock.json
yarn.lock
coverage
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Install and use by directly including the [browser files](dist):
```html
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-geo-projection-component/dist/aframe-geo-projection-component.min.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/extrude.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame Geo Projection Component - Extruded Map</title>
<meta name="description" content="Example of rendering map of flat shapes using Geo Projection component."></meta>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame Geo Projection Component - Basic</title>
<meta name="description" content="Basic example for Geo Projection component."></meta>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/shape.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame Geo Projection Component - Flat Shape</title>
<meta name="description" content="Example of rendering map of flat shapes using Geo Projection component."></meta>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/topojson.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame Geo Projection Component - Rendering TopoJson</title>
<meta name="description" content="Example of rendering map from TopoJSON using Geo Projection component."></meta>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
<script src="../../dist/aframe-geo-projection-component.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe-geo-projection-component",
"version": "2.0.0",
"version": "2.1.0",
"description": "An A-Frame component for creating maps in VR using d3-geo projections",
"main": "index.js",
"unpkg": "dist/aframe-geo-projection-component.min.js",
Expand Down

0 comments on commit 687f023

Please sign in to comment.