Skip to content

Commit

Permalink
change pod name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgitlin-nypr committed Jul 31, 2024
1 parent 83306fd commit dca7022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mp3-hls-streaming",
"name": "@nypublicradio/mp3-hls-streaming",
"repository": "git://github.com/nypublicradio/capacitor-remote-streamer.git",
"version": "0.0.0",
"description": "Stream remote HLS and MP3 streams on iOS and Android. Capacitor 6.",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
{
file: 'dist/plugin.js',
format: 'iife',
name: 'capacitorRemoteStreamer',
name: 'nypublicradioCapacitorRemoteStreamer',
globals: {
'@capacitor/core': 'capacitorExports',
},
Expand Down

0 comments on commit dca7022

Please sign in to comment.