2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-08 07:20:47 +00:00

Actually include package-lock.json in npm artifacts, duh

This commit is contained in:
Ronan Jouchet 2021-09-24 22:21:09 -04:00
parent 94142955f1
commit 904f7d0a57

View File

@ -1,6 +1,7 @@
/* /*
!lib/ !lib/
!icon-scripts !icon-scripts
!package-lock.json
.DS_Store .DS_Store
src/ src/
*eslintrc.js *eslintrc.js
@ -18,4 +19,5 @@ app/*
!app/inject/ !app/inject/
!app/nativefier.json !app/nativefier.json
!app/package.json !app/package.json
!app/package-lock.json
.vscode/ .vscode/