Skip to content

Commit c8af628

Browse files
committed
Update for fix in inflate-template.
1 parent 52daea0 commit c8af628

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-template",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "This library is responsible for expanding a template web page and then capturing it PNG or PDF.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -38,7 +38,7 @@
3838
"chai": "4.1.2",
3939
"express": "^4.16.4",
4040
"fs-extra": "^7.0.1",
41-
"inflate-template": "^1.1.5",
41+
"inflate-template": "^1.1.6",
4242
"nightmare": "^3.0.1",
4343
"promisify-any": "^2.0.1",
4444
"yargs": "^12.0.5"

0 commit comments

Comments
 (0)