Permalink
Please
sign in to comment.
Browse files
test(resolve-dir): add a fixture that is actually an electron-forge p…
…ackage.json file
- Loading branch information
Showing
with
31 additions
and 2 deletions.
- 0 test/fixture/foo/null
- +29 −0 test/fixture/package.json
- +2 −2 test/util_spec.js
No changes.
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "", | ||
"productName": "", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"start": "electron-forge start" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "MIT", | ||
"config": { | ||
"forge": { | ||
"make_targets": { | ||
"win32": ["squirrel"], | ||
"darwin": ["zip"], | ||
"linux": ["deb", "rpm"] | ||
}, | ||
"electronPackagerConfig": {}, | ||
"electronWinstallerConfig": {}, | ||
"electronInstallerDebian": {}, | ||
"electronInstallerRedhat": {} | ||
} | ||
}, | ||
"devDependencies": { | ||
"electron-prebuilt-compile": "9.9.9" | ||
} | ||
} |
0 comments on commit
e0e712d