Skip to content

Commit 8a121ba

Browse files
committed
1.0.0 release
node-yggdrasil is, AFAICT, "complete", with no known remaining bugs or missing implementations.
1 parent 278d300 commit 8a121ba

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

LICENSE

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2015 Zeke Sonxx
3+
Copyright (c) 2014-2017 Zach Mertes
4+
Copyright (c) 2015-2017 zekesonxx/node-yggdrasil contributers:
5+
roblaba, jonathanperret, insanity54, yariplus, comp500
46

5-
Permission is hereby granted, free of charge, to any pony obtaining a copy
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal
79
in the Software without restriction, including without limitation the rights
810
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit ponies to whom the Software is
11+
copies of the Software, and to permit persons to whom the Software is
1012
furnished to do so, subject to the following conditions:
1113

1214
The above copyright notice and this permission notice shall be included in all
@@ -18,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1820
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1921
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2022
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
23+
SOFTWARE.

lib/Client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Client.validate = function (token, cb) {
6868
cb(err)
6969
})
7070
}
71+
7172
/**
7273
* Invalidates all access tokens.
7374
* @param {String} user User's user

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yggdrasil",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"author": "Zeke Sonxx <zeke@zekesonxx.com>",
55
"description": "Mojang authentication (Yggdrasil) client",
66
"scripts": {

0 commit comments

Comments
 (0)