miijs 1.8.0 → 1.8.1

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 +3 -3
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -1333,7 +1333,7 @@ module.exports={
1333
1333
  miiId="11000110";
1334
1334
  break;
1335
1335
  default:
1336
- miiId="10101001";
1336
+ miiId="10001001";
1337
1337
  break;
1338
1338
  }
1339
1339
  for(var i=0;i<3;i++){
@@ -1763,7 +1763,7 @@ module.exports={
1763
1763
  miiId="11000110";
1764
1764
  break;
1765
1765
  default:
1766
- miiId="10101001";
1766
+ miiId="10001001";
1767
1767
  break;
1768
1768
  }
1769
1769
  for(var i=0;i<3;i++){
@@ -2069,4 +2069,4 @@ module.exports={
2069
2069
  return instrs;
2070
2070
  }
2071
2071
  }
2072
- }
2072
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miijs",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
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": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/SMOMusic/MiiJS.git"
11
+ "url": "git+https://github.com/KestronProgramming/MiiJS.git"
12
12
  },
13
13
  "keywords": [
14
14
  "Mii",
@@ -21,9 +21,9 @@
21
21
  "author": "Kestron",
22
22
  "license": "ISC",
23
23
  "bugs": {
24
- "url": "https://github.com/SMOMusic/MiiJS/issues"
24
+ "url": "https://github.com/KestronProgramming/MiiJS/issues"
25
25
  },
26
- "homepage": "https://github.com/SMOMusic/MiiJS#readme",
26
+ "homepage": "https://github.com/KestronProgramming/MiiJS#readme",
27
27
  "dependencies": {
28
28
  "canvas": "^2.11.2",
29
29
  "fs": "^0.0.1-security",