diff --git a/package.json b/package.json index db26947..bca8100 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "yuitest": "*" }, "scripts": { - "test": "phantomjs -v && ./node_modules/.bin/yuitest ./tests/test.js" + "test": "./node_modules/.bin/yuitest ./tests/test.js" }, "preferGlobal": "true" }