mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-10 17:24:39 +00:00
4.2.0
This commit is contained in:
parent
2d128d8e99
commit
714c02cc00
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-packager",
|
"name": "electron-packager",
|
||||||
"version": "4.1.3",
|
"version": "4.2.0",
|
||||||
"description": "package your electron app in OS executables (.app, .exe, etc) via JS or CLI",
|
"description": "package your electron app in OS executables (.app, .exe, etc) via JS or CLI",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -36,6 +36,8 @@
|
|||||||
"test": "standard && node test/test.js"
|
"test": "standard && node test/test.js"
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
"ignore": ["test/dist"]
|
"ignore": [
|
||||||
|
"test/dist"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user