Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jun 9, 2016
1 parent 5719166 commit 30a5565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module.exports = {
gltfPipeline : require('./lib/gltfPipeline'),
readGltf : require('./lib/readGltf'),
writeBinaryGltf : require('./lib/writeBinaryGltf'),
writeGltf : require('./lib/writeGltf'),
writeGltf : require('./lib/writeGltf')
};

0 comments on commit 30a5565

Please sign in to comment.