Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForeverSc committed Jul 20, 2024
1 parent 7743a20 commit e766cc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-demuxer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Demux media files in the browser using WebAssembly, designed for WebCodecs",
"type": "module",
"files": [
Expand Down Expand Up @@ -32,7 +32,8 @@
"lint": "lint-staged",
"prepublishOnly": "npm run build",
"release": "release-it",
"prepare": "husky"
"prepare": "husky",
"stop": "docker-compose down"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand Down

0 comments on commit e766cc4

Please sign in to comment.