Skip to content

Commit

Permalink
fix: lamejs problematic usage (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jun 5, 2020
1 parent a85eb1a commit eb12eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"lamejs": "^1.2.0"
"lamejs": "https://github.com/zhuker/lamejs"
},
"devDependencies": {
"@babel/core": "^7.6.4",
Expand Down
1 change: 1 addition & 0 deletions packages/mp3-encoder/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default [
entryFileNames: path.basename(pkg.main),
format: 'cjs',
sourcemap: true,
strict: false,
},
plugins: [
external(),
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11321,10 +11321,9 @@ known-css-properties@^0.18.0:
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.18.0.tgz#d6e00b56ee1d5b0d171fd86df1583cfb012c521f"
integrity sha512-69AgJ1rQa7VvUsd2kpvVq+VeObDuo3zrj0CzM5Slmf6yduQFAI2kXPDQJR2IE/u6MSAUOJrwSzjg5vlz8qcMiw==

lamejs@^1.2.0:
"lamejs@https://github.com/zhuker/lamejs":
version "1.2.0"
resolved "https://registry.yarnpkg.com/lamejs/-/lamejs-1.2.0.tgz#0259f83db4666141a7b671b8caa6369d95177d08"
integrity sha1-Aln4PbRmYUGntnG4yqY2nZUXfQg=
resolved "https://github.com/zhuker/lamejs#564612b5b57336238a5920ba4c301b49f7cb2bab"
dependencies:
use-strict "1.0.1"

Expand Down

0 comments on commit eb12eb4

Please sign in to comment.