Skip to content

Commit

Permalink
Merge pull request #19 from Storyboard-fm/chore/eslint-support
Browse files Browse the repository at this point in the history
Support Bundling with `esbuild`
  • Loading branch information
agrathwohl authored Oct 4, 2022
2 parents 41b3409 + f74b603 commit daecdb4
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": "@storyboard-fm/little-media-box",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@jorgeferrero/stream-to-buffer": "^2.0.6",
"audio-extensions": "0.0.0",
"batch": "^0.6.1",
"batch": "github:visionmedia/batch",
"binary-extensions": "^2.0.0",
"debug": "^4.1.1",
"fluent-ffmpeg": "^2.1.2",
Expand Down

0 comments on commit daecdb4

Please sign in to comment.