Merge pull request #1535 from arturocuya/refactor--use-type-module-in-package-json

This commit is contained in:
Charles Ewert 2023-11-28 18:22:33 -05:00 committed by GitHub
commit 1062d2b63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{
"name": "jellyfin-roku",
"type": "module",
"version": "1.6.6",
"description": "Roku app for Jellyfin media server",
"dependencies": {
@ -37,7 +38,7 @@
"lint-markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"lint-spelling": "spellchecker -d dictionary.txt --files \"**/*.md\" \"**/.*/**/*.md\" \"!node_modules/**/*.md\"",
"postinstall": "npm run ropm",
"ropm": "ropm copy && node scripts/ropm-hook.js",
"ropm": "ropm copy && node scripts/ropm-hook.cjs",
"validate": "npx bsc --copy-to-staging=false --create-package=false"
},
"repository": {
@ -54,4 +55,4 @@
"url": "https://github.com/jellyfin/jellyfin-roku/issues"
},
"homepage": "https://github.com/jellyfin/jellyfin-roku"
}
}