Switches to use internal mojang accessors and removed 'mojang' as a dependency. First attempt at authentication storage, system will be refinded as UI is implemented further. All auth interactions should be made throught authmanager.js

This commit is contained in:
Daniel Scalzi
2017-12-03 08:12:55 -05:00
parent 3c7d7d79af
commit 5afd9815a5
6 changed files with 102 additions and 17 deletions

4
package-lock.json generated
View File

@@ -1237,10 +1237,6 @@
}
}
},
"mojang": {
"version": "https://registry.npmjs.org/mojang/-/mojang-0.4.1.tgz",
"integrity": "sha1-aWPEL8RlDrwASCSGvdqpB2Mhmi4="
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",