Skip to content

Commit 6762645

Browse files
author
Tiago Ribeiro
committed
Update JSCS version
1 parent d5b3718 commit 6762645

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-plugin-babel": "^3.2.0",
6666
"eslint-plugin-sort-class-members": "^1.0.1",
6767
"isparta": "^4.0.0",
68-
"jscs": "^2.11.0",
68+
"jscs": "^3.0.7",
6969
"jscs-config-seegno": "^2.0.0",
7070
"mocha": "^2.3.4",
7171
"nock": "^8.0.0",

src/client.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ export default class Client {
496496
});
497497
}
498498

499-
/**
500-
* Verify a token submitted by a user.
501-
*/
499+
/**
500+
* Verify a token submitted by a user.
501+
*/
502502

503503
verifyToken(...args) {
504504
return Promise.try(() => {

0 commit comments

Comments
 (0)