Skip to content

Commit

Permalink
Fix ffjavascript version to 0.2.59, and add a resolution for that spe…
Browse files Browse the repository at this point in the history
…cific version
  • Loading branch information
elboletaire authored and marcvelmer committed Oct 30, 2023
1 parent ae1c3d0 commit 2b9b717
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"ffjavascript": "^0.2.59",
"ffjavascript": "0.2.59",
"husky": "^8.0.2",
"jest": "^29.3.0",
"prettier": "^2.7.1",
Expand Down Expand Up @@ -140,5 +140,8 @@
"wasmcurves": "0.2.1",
"web-worker": "^1.2.0",
"yup": "^0.32.11"
},
"resolutions": {
"ffjavascript": "0.2.59"
}
}

0 comments on commit 2b9b717

Please sign in to comment.