@levminer/speakeasy
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -21,4 +21,4 @@ module.exports = { | ||
"prettier/prettier": ["error"], | ||
"linebreak-style": ["error", "windows"], | ||
"prettier/prettier": ["warn"], | ||
"linebreak-style": ["warn", "windows"], | ||
"prefer-arrow-callback": ["error"], | ||
@@ -25,0 +25,0 @@ "prefer-template": ["error"], |
@@ -1,13 +0,17 @@ | ||
# Authme | ||
# Speakeasy Contributing | ||
- Hi! Thanks for contributing! | ||
# Rules | ||
## Rules | ||
- Use ESLint | ||
- Use Prettier | ||
- Use snake_case | ||
- Use ESLint | ||
- Use Prettier | ||
- Use snake_case | ||
# Summary | ||
## Before the PR | ||
- Run `npm run lint` | ||
## Summary | ||
- Fell free to make that PR! |
{ | ||
"name": "@levminer/speakeasy", | ||
"description": "Two-factor authentication for Node.js. Generate One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"homepage": "http://github.com/Levminer/speakeasy", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/Levminer/speakeasy/issues", |
@@ -15,3 +15,3 @@ # @levminer/speakeasy | ||
## Are you looking for a cross platform two-factor authentication app? Check out: [Authme](https://github.com/levminer/authme) | ||
## Are you looking for a desktop cross platform two-factor authentication app? Check out: [Authme](https://github.com/levminer/authme) | ||
@@ -304,8 +304,2 @@ --- | ||
Full API documentation (in JSDoc format) is available below and at http://speakeasyjs.github.io/speakeasy/ | ||
<a href="http://speakeasyjs.github.io/speakeasy/"><img src="http://i.imgur.com/hD9w41T.png" height="43"></a> | ||
### Functions | ||
<dl> | ||
@@ -670,3 +664,3 @@ <dt><a href="#digest">digest(options)</a> ⇒ <code>Buffer</code></dt> | ||
**Filing an issue** — Submit issues to the [GitHub Issues][issues] page. | ||
**Filing an issue** — Submit issues to the [GitHub Issues](https://github.com/levminer/speakeasy/issues) page. | ||
@@ -673,0 +667,0 @@ ## License |
94647
667