Skip to content

Commit

Permalink
Merge pull request #1535 from arturocuya/refactor--use-type-module-in…
Browse files Browse the repository at this point in the history
…-package-json
  • Loading branch information
cewert authored Nov 28, 2023
2 parents 525485b + 8c703a8 commit 1062d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "jellyfin-roku",
"type": "module",
"version": "1.6.6",
"description": "Roku app for Jellyfin media server",
"dependencies": {
Expand Down Expand Up @@ -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": {
Expand All @@ -54,4 +55,4 @@
"url": "https://github.com/jellyfin/jellyfin-roku/issues"
},
"homepage": "https://github.com/jellyfin/jellyfin-roku"
}
}
File renamed without changes.

0 comments on commit 1062d2b

Please sign in to comment.