mirror of https://github.com/VERT-sh/VERT.git
chore: Add name to project (#60)
This commit is contained in:
parent
c7f05581ca
commit
ee6bf71eca
2
bun.lock
2
bun.lock
|
|
@ -2,7 +2,7 @@
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"": {
|
"": {
|
||||||
"name": "unnamed-file-converter",
|
"name": "VERT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bjorn3/browser_wasi_shim": "^0.4.1",
|
"@bjorn3/browser_wasi_shim": "^0.4.1",
|
||||||
"@ffmpeg/ffmpeg": "^0.12.15",
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "unnamed-file-converter",
|
"name": "VERT",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue