miijs 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -805,7 +805,7 @@ module.exports={
805
805
  temp2=getBinaryFromAddress(0x47);
806
806
  miiJson.mole.xPos=parseInt(temp2.slice(6,8)+temp.slice(0,3),2);
807
807
  miiJson.mole.yPos=parseInt(temp2.slice(1,6),2);
808
- //fs.unlinkSync("./decryptedTemp.3dMii");
808
+ fs.unlinkSync("./decryptedTemp.3dMii");
809
809
  return miiJson;
810
810
  }
811
811
  var data=fs.readFileSync(qrPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miijs",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Read, Edit, Write, and make Special Miis from a Wiimote binary file or 3DS QR Code to a binary file or QR code",
5
5
  "main": "index.js",
6
6
  "scripts": {