Skip to content

Commit

Permalink
new npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Aug 23, 2022
1 parent 15ce985 commit a8cb9be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ _(or visit https://github.3dstreet.org)_
<html>
<head>
<title>Street Component!</title>
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
<script src="https://unpkg.com/3dstreet@0.3.1/dist/aframe-street-component.js"></script>
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script src="https://unpkg.com/3dstreet@0.3.2/dist/aframe-street-component.js"></script>
</head>
<body>
<a-scene gltf-model="dracoDecoderPath: https://www.gstatic.com/draco/v1/decoders/;">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "3dstreet",
"version": "0.3.1",
"version": "0.3.2",
"description": "Web-based 3D visualization of streets using A-Frame and WebXR",
"main": "dist/aframe-street-component.js",
"scripts": {
"dev": "budo src/index.js:dist/aframe-street-component.js --port 7000 --live",
"dev": "budo src/index.js:dist/aframe-street-component.js --port 7001 --live",
"dist": "webpack",
"prepublish": "npm run dist",
"test": "nyc --reporter=lcov --reporter=text mocha --recursive --full-trace",
Expand Down

0 comments on commit a8cb9be

Please sign in to comment.