From 68080b5819dbf4076e6d487f5bad1508b6840486 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 5 Jun 2017 17:12:38 -0700 Subject: [PATCH] Upgrade winamp-eqf --- js/actionCreators.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/actionCreators.js b/js/actionCreators.js index 354f34f8..f8e680a0 100644 --- a/js/actionCreators.js +++ b/js/actionCreators.js @@ -1,4 +1,4 @@ -import parser from "winamp-eqf"; +import { parser } from "winamp-eqf"; import MyFile from "./myFile"; import skinParser from "./skinParser"; import { BANDS } from "./constants"; diff --git a/package.json b/package.json index e983c4fd..0a626259 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "redux": "^3.5.2", "redux-thunk": "^2.1.0", "webpack": "^2.2.0", - "winamp-eqf": "^0.1.1" + "winamp-eqf": "^1.0.0" }, "jest": { "testRegex": "\\.test\\.js$",