Skip to content

Commit

Permalink
docs: update readme and remove .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
michelonsouza committed Nov 8, 2023
1 parent 54116bc commit 90adf25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ _bundles
.yarn
.yarnrc.yml
package.txt
.DS_Store

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

0 comments on commit 90adf25

Please sign in to comment.