Skip to content

Commit

Permalink
Update dependencies (#31)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix test
  • Loading branch information
kevgo committed Aug 6, 2019
1 parent 81e547a commit b202959
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 766 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@types/debug": "4.1.4",
"@types/mocha": "5.2.7",
"@types/node": "12.6.8",
"@types/node": "12.6.9",
"@types/ps-tree": "1.1.0",
"coveralls": "3.0.5",
"mocha": "6.2.0",
"nyc": "14.1.1",
"prettier": "1.18.2",
"source-map-support": "0.5.12",
"text-runner": "3.6.0",
"source-map-support": "0.5.13",
"text-runner": "4.0.0-beta.1",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion text-run/verify-make-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function verifyMakeCommand(args) {
.text()
.replace(/make\s+/, "")
.trim()
args.formatter.name(`verify Make command '${expected}' exists`)
args.name(`verify Make command '${expected}' exists`)
const makefilePath = path.join(args.configuration.sourceDir, "Makefile")
const makefileContent = fs.readFileSync(makefilePath, "utf8")
const commands = makefileContent
Expand Down
Loading

0 comments on commit b202959

Please sign in to comment.