diff --git a/package.json b/package.json index ce8ebf1..5937259 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Search for youtube videos", "main": "index.js", "scripts": { - "test": "standard && browserify tests/test-*.js|tape-run" + "test": "standard && node tests/test-*.js" }, "repository": { "type": "git", @@ -24,7 +24,7 @@ }, "devDependencies": { "browserify": "^10.2.1", - "standard": "^3.11.1", + "standard": "^4.3.3", "tape": "^4.0.0", "tape-run": "^1.0.0" }