Skip to content

Commit

Permalink
fix: change minumum yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
michelonsouza committed Aug 19, 2022
1 parent 0baecbd commit 4d3656e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "encrypt-storage",
"version": "2.4.5",
"version": "2.4.6",
"description": "Wrapper for encrypted localStorage and sessionStorage in browser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"engines": {
"npm": "You must run yarn in this project",
"yarn": "1.22.x"
"yarn": "^1.22.x"
},
"scripts": {
"clean": "shx rm -rf _bundles lib lib-esm",
Expand Down

0 comments on commit 4d3656e

Please sign in to comment.