forked from forks/ffprobe-wasm-npm
fix: added missing ffprobe-wasm.mjs & renamed to match repo
This commit is contained in:
2
build.sh
2
build.sh
@@ -18,7 +18,7 @@ cp src/*.d.* dist
|
|||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
# Remove unnecessary files
|
# Remove unnecessary files
|
||||||
rm dist/browser-vite.* dist/ffprobe-wasm.d.mts dist/ffprobe-wasm.mjs dist/worker-browser.*
|
rm dist/browser-vite.* dist/worker-browser.*
|
||||||
|
|
||||||
# Copy files for npm publish
|
# Copy files for npm publish
|
||||||
cp package.json LICENSE README.md dist
|
cp package.json LICENSE README.md dist
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cis-oss/ffprobe-wasm",
|
"name": "@cis-oss/avprobe-wasm",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "ffprobe-like for browser and node, powered by WebAssembly",
|
"description": "ffprobe-like for browser and node, powered by WebAssembly",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user