Skip to content

Commit

Permalink
fix(deps): add mutation-testing-report-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Apr 2, 2019
1 parent 2f6df38 commit 3d40d91
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "@stryker-mutator/api",
"version": "1.1.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"repository": {
"type": "git",
"url": "https://github.com/stryker-mutator/stryker"
},
"keywords": [
"mutation testing",
"mutation",
"testing",
"test",
"js",
"stryker"
],
"publishConfig": {
"access": "public"
},
"contributors": [
"nicojs <jansennico@gmail.com>",
"Alex van Assem <avassem@gmail.com>",
"Jeremy Nagel <jeremy.nagel@learnosity.com>",
"Philipp Weissenbacher <philipp.weissenbacher@gmail.com>",
"Simon de Lang <simondelang@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/api#readme",
"engines": {
"node": ">=6"
},
"dependencies": {
"tslib": "~1.9.3"
},
"devDependencies": {
"mutation-testing-report-schema": "^1.0.0",
"surrial": "~1.0.0",
"typed-inject": "~1.0.0"
}
}
"name": "@stryker-mutator/api",
"version": "1.1.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"repository": {
"type": "git",
"url": "https://github.com/stryker-mutator/stryker"
},
"keywords": [
"mutation testing",
"mutation",
"testing",
"test",
"js",
"stryker"
],
"publishConfig": {
"access": "public"
},
"contributors": [
"nicojs <jansennico@gmail.com>",
"Alex van Assem <avassem@gmail.com>",
"Jeremy Nagel <jeremy.nagel@learnosity.com>",
"Philipp Weissenbacher <philipp.weissenbacher@gmail.com>",
"Simon de Lang <simondelang@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/api#readme",
"engines": {
"node": ">=6"
},
"dependencies": {
"tslib": "~1.9.3",
"mutation-testing-report-schema": "^1.0.0"
},
"devDependencies": {
"surrial": "~1.0.0",
"typed-inject": "~1.0.0"
}
}

0 comments on commit 3d40d91

Please sign in to comment.