Skip to content

Commit

Permalink
docs: ajust options in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michelonsouza committed Oct 10, 2021
1 parent 6d33a49 commit b276e0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
build
*.js
*.js
*.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The `options` object is optional and consists of the following properties:
|prefix |`string` |`''` |
|storageType |`localStorage` or `sessionStorage` |`localStorage` |
|stateManagementUse |`boolean` |`false` |
|encAlgorithm |`AES | Rabbit | RC4 | RC4Drop` |`AES` |
|encAlgorithm |`AES` \| `Rabbit` \| `RC4` \| `RC4Drop` |`AES` |

## Usage

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": "encrypt-storage",
"version": "2.0.11",
"version": "2.0.12",
"description": "Wrapper for encrypted localStorage and sessionStorage in browser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b276e0d

Please sign in to comment.