Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Jun 14, 2024
1 parent c0a1cfb commit 17482e6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"scripts": {
"dev": "npm run build -- --sourcemap=inline --watch",
"build": "esbuild js/widget.js --minify --format=esm --bundle --outdir=src/widget_dropdown_extended/static"
},
"dependencies": {},
"devDependencies": {
"esbuild": "^0.21.4"
}
}
"scripts": {
"dev": "npm run build -- --sourcemap=inline --watch",
"build": "esbuild js/widget.js --minify --format=esm --bundle --outdir=src/widget_dropdown/static"
},
"dependencies": {},
"devDependencies": {
"esbuild": "^0.21.4"
}
}

0 comments on commit 17482e6

Please sign in to comment.