gltf-loader-2
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -28,3 +28,3 @@ const path = require('path'); | ||
trimmedMatches = uniqueMatches.map(item => | ||
item.trim().replace(/^\s*("uri"\s*:\s*)/, '').replace(/"/g, '') | ||
item.trim().replace(/^\s*("uri"\s*:\s*)/, '').replace(/"|,/g, '') | ||
); | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "gltf-loader-2", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A webpack loader for .gltf files, should automatically bundles all referenced files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6032