mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-30 10:34:30 +03:00
Do not exclude package-lock.json
This commit is contained in:
parent
6f5607f083
commit
aa0739e79b
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,5 @@
|
||||
!decktape.js
|
||||
!Dockerfile
|
||||
!package.json
|
||||
!package-lock.json
|
||||
!README.adoc
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "decktape",
|
||||
"description": "High-quality PDF exporter for HTML5 presentation frameworks",
|
||||
"author": "Antonin Stefanutti",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1-0",
|
||||
"homepage": "https://github.com/astefanutti/decktape",
|
||||
"main": "decktape.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user