2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-07 15:00:48 +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/
!icon-scripts
!package-lock.json
.DS_Store
src/
*eslintrc.js
@ -18,4 +19,5 @@ app/*
!app/inject/
!app/nativefier.json
!app/package.json
!app/package-lock.json
.vscode/