Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
node-yggdrasil is, AFAICT, "complete", with no known remaining bugs or
missing implementations.
  • Loading branch information
zekesonxx committed Jul 12, 2017
1 parent 278d300 commit 8a121ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
The MIT License (MIT)

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

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

The above copyright notice and this permission notice shall be included in all
Expand All @@ -18,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
1 change: 1 addition & 0 deletions lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Client.validate = function (token, cb) {
cb(err)
})
}

/**
* Invalidates all access tokens.
* @param {String} user User's user
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yggdrasil",
"version": "0.3.0",
"version": "1.0.0",
"author": "Zeke Sonxx <[email protected]>",
"description": "Mojang authentication (Yggdrasil) client",
"scripts": {
Expand Down

0 comments on commit 8a121ba

Please sign in to comment.