mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 10:08:55 +00:00
Actually include package-lock.json in npm artifacts, duh
This commit is contained in:
parent
94142955f1
commit
904f7d0a57
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user