From ffa3aa02053b1b05897886d5d3457f1043220ad1 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Tue, 9 May 2017 23:35:47 +0300 Subject: [PATCH] Get rid of 'standard' npm package Reason: Reserved for the upcoming PR --- {{cookiecutter.project_slug}}/package.json | 4 ---- 1 file changed, 4 deletions(-) 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" } }