Skip to content

Commit

Permalink
Merge pull request #15 from HughePaul/update/deps-2020-03-18
Browse files Browse the repository at this point in the history
CHORE: Update dependencies
  • Loading branch information
HughePaul authored Mar 18, 2020
2 parents 8b4560a + bbb18fc commit ac7cfcc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
52 changes: 29 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "PDF generation from XML to a stream, buffer, or file",
"main": "lib/generate.js",
"scripts": {
"test": "run-s test:lint test:unit test:cover test:cover-check && npm audit",
"test": "run-s test:lint test:unit test:cover test:cover-check && npm audit --production",
"test:lint": "eslint .",
"test:unit": "mocha test/unit --recursive --require test/unit/helper",
"test:cover": "nyc --reporter=lcov --reporter=text-summary _mocha -- -R dot test/unit --recursive --require test/unit/helper",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.1.0",
"mocha": "^7.1.1",
"npm-run-all": "^4.0.2",
"nyc": "^15.0.0",
"sinon": "^9.0.1",
Expand Down

0 comments on commit ac7cfcc

Please sign in to comment.