Looks like David Guetta ain't streaming Listen (Deluxe) no more.

This commit is contained in:
Jonathan Cremin 2015-08-20 00:32:28 +01:00
parent cb711ea510
commit c6d48cc424
2 changed files with 6 additions and 7 deletions

View file

@ -5,8 +5,7 @@
"scripts": {
"build": "babel -d public/views views",
"cover": "istanbul cover _mocha -- --require babel/register --require co-mocha test/**/*.js",
"jspm": "./node_modules/.bin/jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN && jspm install",
"start": "node -r babel/register app.js",
"start": "babel-node app.js",
"postinstall": "npm run build",
"test": "mocha --require co-mocha --compilers js:babel/register test/**/*.js --timeout=10000",
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",