tunzo-player 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Tunzo Player 🎵
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@kulasekaran/tunzo-player.svg?style=for-the-badge)](https://www.npmjs.com/package/@kulasekaran/tunzo-player)
4
- [![npm downloads](https://img.shields.io/npm/dt/@kulasekaran/tunzo-player.svg?style=for-the-badge)](https://www.npmjs.com/package/tunzo-player)
3
+ [![npm version](https://img.shields.io/npm/vtunzo-player.svg?style=for-the-badge)](https://www.npmjs.com/package/tunzo-player)
4
+ [![npm downloads](https://img.shields.io/npm/dt/tunzo-player.svg?style=for-the-badge)](https://www.npmjs.com/package/tunzo-player)
5
5
  [![License](https://img.shields.io/npm/l/tunzo-player.svg?style=for-the-badge)](LICENSE)
6
6
  [![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg?style=for-the-badge)](#)
7
7
  [![Angular](https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white)](#)
@@ -33,7 +33,7 @@ import {
33
33
  ThemeManager,
34
34
  Favorites,
35
35
  TunzoPlayerAPI
36
- } from '@kulasekaran/tunzo-player';
36
+ } from '/tunzo-player';
37
37
 
38
38
  // Initialize components
39
39
  const player = new TunzoPlayer();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tunzo-player",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A music playback service for Angular and Ionic apps with native audio control support.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",