Skip to content

Commit

Permalink
Merge a81bfc1 into a8bbbb0
Browse files Browse the repository at this point in the history
  • Loading branch information
normartin committed Jul 18, 2019
2 parents a8bbbb0 + a81bfc1 commit 576dd50
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 40 deletions.
171 changes: 136 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"coverage": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"validate": "npm run tslint && npm run coverage",
"prepublish": "npm run validate && npm run build",
"prepublishOnly": "npm run validate && npm run build",
"mutation-test": "stryker run"
},
"devDependencies": {
Expand All @@ -44,10 +44,10 @@
"nyc": "^14.1.1",
"stryker": "^0.19.4",
"stryker-api": "^0.13.1",
"stryker-html-reporter": "^0.12.2",
"stryker-mocha-framework": "^0.8.4",
"stryker-mocha-runner": "^0.10.6",
"stryker-typescript": "^0.9.2",
"stryker-html-reporter": "^0.18.1",
"stryker-mocha-framework": "^0.15.1",
"stryker-mocha-runner": "^0.17.1",
"stryker-typescript": "^0.18.1",
"ts-node": "^5.0.1",
"ts-retry-promise": "^0.0.10",
"tslint": "^5.18.0",
Expand Down

0 comments on commit 576dd50

Please sign in to comment.