mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
chore: convert transmission-web
to ES module (#7209)
This commit is contained in:
parent
dce515f37c
commit
f0e7c3ed74
4 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"main": "index.js",
|
||||
"repository": "https://github.com/transmission/transmission",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "node esbuild.mjs",
|
||||
"dev": "DEV=true node esbuild.mjs",
|
||||
|
|
Loading…
Reference in a new issue