Skip to content

Commit

Permalink
Merge pull request #16 from seegno/support/update-jscs-version
Browse files Browse the repository at this point in the history
Update JSCS@3.0.7
  • Loading branch information
nunofgs committed Sep 9, 2016
2 parents 617c32b + d4b5e07 commit 7a281e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-sort-class-members": "^1.0.1",
"isparta": "^4.0.0",
"jscs": "^2.11.0",
"jscs": "^3.0.7",
"jscs-config-seegno": "^2.0.0",
"mocha": "^2.3.4",
"nock": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,9 @@ export default class Client {
});
}

/**
* Verify a token submitted by a user.
*/
/**
* Verify a token submitted by a user.
*/

verifyToken(...args) {
return Promise.try(() => {
Expand Down

0 comments on commit 7a281e7

Please sign in to comment.