Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
Merge 466c18c into 1e8f747
Browse files Browse the repository at this point in the history
  • Loading branch information
donmahallem committed Mar 3, 2020
2 parents 1e8f747 + 466c18c commit 0cf0d6b
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 69 deletions.
166 changes: 105 additions & 61 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
"esModuleInterop": true
},
"devDependencies": {
"@types/chai": "~4.2.8",
"@types/mocha": "~7.0.1",
"@types/node": "~13.7.0",
"@types/sinon": "~7.5.1",
"@types/chai": "~4.2.10",
"@types/mocha": "~7.0.2",
"@types/node": "~13.7.7",
"@types/sinon": "~7.5.2",
"chai": "~4.2.0",
"highlight.js": "~9.18.1",
"mocha": "~7.0.1",
"mocha": "~7.1.0",
"nodemon": "~2.0.2",
"nyc": "~15.0.0",
"sinon": "~8.1.1",
"sinon": "~9.0.0",
"ts-node": "~8.6.2",
"tslint": "~6.0.0",
"typedoc": "~0.16.9",
"typescript": "~3.7.5"
"typedoc": "~0.16.11",
"typescript": "~3.8.3"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 0cf0d6b

Please sign in to comment.