1
0
Fork 0
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:
Yat Ho 2024-10-30 23:48:38 +08:00 committed by GitHub
parent dce515f37c
commit f0e7c3ed74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 0 deletions

View file

@ -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",