Skip to content

Commit

Permalink
Update to dxt-js for newer versions of Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBlade committed Apr 23, 2020
1 parent 377f89e commit efd46d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/Xnb/Readers/Texture2DReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const BaseReader = require('./BaseReader');
const BufferReader = require('../../BufferReader');
const Int32Reader = require('./Int32Reader');
const UInt32Reader = require('./UInt32Reader');
const dxt = require('dxt');
const dxt = require('dxt-js');
const Log = require('../../Log');
const XnbError = require('../../XnbError');

Expand Down
16 changes: 4 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"chalk": "^1.1.3",
"commander": "^2.20.3",
"compare-versions": "^3.6.0",
"dxt": "^1.0.0",
"dxt-js": "0.0.3",
"got": "^9.6.0",
"lz4": "^0.6.3",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit efd46d2

Please sign in to comment.