From 874afddb6d7860ed6fe51dc0f2ce08fe3da306d7 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Mon, 23 Oct 2017 23:20:22 +0100 Subject: [PATCH] Upgrade playmusic library --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 09aedc1..ccb222e 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "node-uuid": "~1.4.2", "nodebrainz": "^2.1.1", "pg": "^6.1.0", - "playmusic": "https://github.com/jamon/playmusic.git#37e98f39c33fc5359a8a30b8c8e422161a4be9a8", + "playmusic": "^2.3.0", "raven": "^2.1.2", "sequelize": "^3.24.3", "spotify-web-api-node": "^2.4.0", diff --git a/yarn.lock b/yarn.lock index f3d73fe..cd656ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4322,9 +4322,9 @@ pkginfo@0.x.x: version "0.4.1" resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff" -"playmusic@https://github.com/jamon/playmusic.git#37e98f39c33fc5359a8a30b8c8e422161a4be9a8": - version "2.2.1" - resolved "https://github.com/jamon/playmusic.git#37e98f39c33fc5359a8a30b8c8e422161a4be9a8" +playmusic@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/playmusic/-/playmusic-2.3.0.tgz#15ef53093f0b409b29d0acd0835f7b5088366ca6" dependencies: crypto-js ">= 3.1" node-uuid "~1.4.1"