obj2gltf/specs/lib
Matthew Amato f141c2d9c9 Update npm dependencies
A few npm dependencies were major versions behind, so this updates `yargs`,
`fs-extra`, and `jasmin-spec-reporter` to their latest versions.

The major change here is `fs-extra`, which now has promise implementations
of all functions by default, this means there's no reason to manually
`Promisify` a function any more, the result is less code overall.

There is one important edge case, `fs-extra` uses built-in native Node
promises, which do not have a `finally` function. If you start a promise
change with an `fs-extra` function, you need to wrap it in `Promise.resolve`
in order to make use of finally at the end (assuming you are using finally
at all, if not you don't need to worry about it. The upside is that your
code will always error if you forget to do this.
2017-05-19 11:37:33 -04:00
..
createGltfSpec.js Update npm dependencies 2017-05-19 11:37:33 -04:00
loadImageSpec.js Fixed spec names 2017-04-19 15:48:07 -04:00
loadMtlSpec.js Fixed spec names 2017-04-19 15:48:07 -04:00
loadObjSpec.js Merge pull request #62 from AnalyticalGraphicsInc/single-bin 2017-04-25 16:27:31 -04:00
obj2gltfSpec.js Update npm dependencies 2017-05-19 11:37:33 -04:00