mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
4.2.0
This commit is contained in:
parent
2d128d8e99
commit
714c02cc00
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
@ -36,6 +36,8 @@
|
||||
"test": "standard && node test/test.js"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": ["test/dist"]
|
||||
"ignore": [
|
||||
"test/dist"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user