From 50a8f159cd96a752eea808c0222ad58ac07bdc7a Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Sat, 9 Nov 2019 01:23:15 +0100 Subject: [PATCH] Remove 2 more useless typings --- packages/core/package.json | 1 - packages/html-reporter/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index d1769a5673..7239bc31b4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,6 @@ "version": "2.2.1", "description": "The extendable JavaScript mutation testing framework", "main": "src/Stryker.js", - "typings": "src/Stryker.d.ts", "scripts": { "start": "tsc -w", "test": "nyc --exclude-after-remap=false --check-coverage --reporter=html --report-dir=reports/coverage --lines 80 --functions 80 --branches 75 npm run mocha", diff --git a/packages/html-reporter/package.json b/packages/html-reporter/package.json index b8cb6138a6..b135d9904d 100644 --- a/packages/html-reporter/package.json +++ b/packages/html-reporter/package.json @@ -3,7 +3,6 @@ "version": "2.2.1", "description": "An html reporter for the JavaScript mutation testing framework Stryker", "main": "src/index.js", - "typings": "src/index.d.ts", "scripts": { "test": "nyc --exclude-after-remap=false --check-coverage --reporter=html --report-dir=reports/coverage --lines 95 --functions 95 --branches 90 npm run mocha", "mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" && mocha --timeout 20000 \"test/helpers/**/*.js\" \"test/integration/**/*.js\""