Fix itunes matching

This commit is contained in:
Jonathan Cremin 2017-10-23 22:47:14 +01:00
parent 62b7121301
commit 7b36e8bf0c
6 changed files with 91 additions and 38 deletions

View file

@ -50,7 +50,7 @@
"babel-preset-es2015": "^6.0.0",
"babel-preset-latest-minimal": "^1.1.2",
"babel-register": "^6.26.0",
"bluebird": "^3.4.1",
"bluebird": "^3.5.1",
"bulma": "^0.6.0",
"co": "~4.6.0",
"css-loader": "^0.28.1",
@ -95,14 +95,14 @@
"devDependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-runtime": "^6.26.0",
"co-mocha": "^1.2.0",
"co-mocha": "^1.2.1",
"eslint": "^4.7.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"istanbul": "^0.4.0",
"mocha": "^3.5.3",
"nodemon": "^1.12.1",
"parallelshell": "^3.0.1",
"parallelshell": "^3.0.2",
"should": "^13.0.1"
}
}