Skip to content

Commit

Permalink
20487: Version 51.4.1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser authored Jun 4, 2024
1 parent 10e02f2 commit 71ad6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "tsc --build",
"lint": "tsc --noEmit && eslint 'src/**'",
"lint:fix": "eslint --fix 'src/**'",
"test": "jest"
"test": "jest",
"prepack": "npm run build"
},
"files": [
"LICENSE.txt",
Expand Down
Binary file modified webassembly/amalgam-st.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion webassembly/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "51.1.1"
"version": "51.4.1"
}

0 comments on commit 71ad6ad

Please sign in to comment.