Skip to content

Commit

Permalink
Remove 2 more useless typings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Nov 9, 2019
1 parent db2aad3 commit 50a8f15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/package.json
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion packages/html-reporter/package.json
Expand Up @@ -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\""
Expand Down

0 comments on commit 50a8f15

Please sign in to comment.