Do not exclude package-lock.json

This commit is contained in:
Antonin Stefanutti 2017-08-18 12:39:52 +02:00
parent 6f5607f083
commit aa0739e79b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,4 +8,5 @@
!decktape.js
!Dockerfile
!package.json
!package-lock.json
!README.adoc

View File

@ -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": {