Skip to content

Commit

Permalink
Fix link (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanWerW authored and jhen0409 committed Dec 26, 2016
1 parent 28866b2 commit c9b28f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ See [electron-builder CLI Usage](https://github.com/electron-userland/electron-b

#### Module Structure

This boilerplate uses a [two package.json structure](https://github.com/electron-userland/electron-builder#two-packagejson-structure).
This boilerplate uses a [two package.json structure](https://github.com/electron-userland/electron-builder/wiki/Two-package.json-Structure).

1. If the module is native to a platform or otherwise should be included with the published package (i.e. bcrypt, openbci), it should be listed under `dependencies` in `./app/package.json`.
2. If a module is `import`ed by another module, include it in `dependencies` in `./package.json`. See [this ESLint rule](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-extraneous-dependencies.md).
Expand Down

0 comments on commit c9b28f0

Please sign in to comment.