diff --git a/{{cookiecutter.project_slug}}/package.json b/{{cookiecutter.project_slug}}/package.json index 83c1ce2a2..ad9880057 100644 --- a/{{cookiecutter.project_slug}}/package.json +++ b/{{cookiecutter.project_slug}}/package.json @@ -29,13 +29,9 @@ "gulp-uglify": "^2.1.2", "pump": "^1.0.2", "run-sequence": "^1.2.2", - "standard": "^9.0.2", {% endif %} }, "engines": { "node": ">=0.8.0" - }, - "scripts": { - "test": "standard" } }