From 36de8cdbd9f56bb5d96dd86b8499805cb24cde7f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 24 May 2017 16:29:03 +0200 Subject: Rename coverage to test:coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 20fa4a4d3..d67890d84 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build": "npm run clean && run-p build:*", "lint": "tslint src/ts/**/*", "test": "run-s clean build:commonjs && mocha lib/test/**/*.js", - "coverage": "nyc npm run test --all" + "test:coverage": "nyc npm run test --all" }, "repository": { "type": "git", -- cgit