2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-23 02:28:55 +00:00
This commit is contained in:
Max Ogden 2015-06-27 20:07:42 -05:00
parent 2d128d8e99
commit 714c02cc00

View File

@ -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"
]
}
}