Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGfeller committed Jun 26, 2015
1 parent 2a38e45 commit 91b3395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 91b3395

Please sign in to comment.