This commit is contained in:
Antonin Stefanutti 2023-12-23 16:13:47 +01:00
parent c98029a5ea
commit 65153a22f5
No known key found for this signature in database
GPG Key ID: 867EBC6DCE8E6AA2
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "decktape", "name": "decktape",
"version": "3.10.0", "version": "3.11.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "decktape", "name": "decktape",
"version": "3.10.0", "version": "3.11.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "5.1.2", "chalk": "5.1.2",

View File

@ -2,7 +2,7 @@
"name": "decktape", "name": "decktape",
"description": "High-quality PDF exporter for HTML presentation frameworks", "description": "High-quality PDF exporter for HTML presentation frameworks",
"author": "Antonin Stefanutti", "author": "Antonin Stefanutti",
"version": "3.10.0", "version": "3.11.0",
"homepage": "https://github.com/astefanutti/decktape", "homepage": "https://github.com/astefanutti/decktape",
"license": "MIT", "license": "MIT",
"main": "decktape.js", "main": "decktape.js",