Skip to content

Commit

Permalink
hotfix: babel build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 30, 2023
1 parent a83de64 commit 8864a7a
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/aframe-street-component.js

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
},
"dependencies": {
"aframe-atlas-uvs-component": "^3.0.0",
"babel-polyfill": "^6.26.0",
"latest": "^0.2.0"
}
}
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* global AFRAME, THREE, XMLHttpRequest */
require("babel-polyfill");
if (typeof VERSION !== 'undefined') { console.log(`3DStreet Version: ${VERSION} (Date: ${new Date(COMMIT_DATE).toISOString().split('T')[0]}, Commit Hash: #${COMMIT_HASH})`); }
var streetmixParsers = require('./aframe-streetmix-parsers');
var streetmixUtils = require('./tested/streetmix-utils');
Expand Down

0 comments on commit 8864a7a

Please sign in to comment.