You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Why the two package.json structure is ideal and how it solves a lot of issues
38
38
See [options](./docs/options.md), but consider to follow simple 4-step guide outlined below at first.
39
39
40
40
## In short
41
-
1. Ensure that required fields are specified in the application`package.json`:
41
+
1. Ensure that required fields are specified in the development`package.json`:
42
42
43
43
Standard `name`, `description`, `version` and `author`.
44
44
@@ -54,7 +54,7 @@ See [options](./docs/options.md), but consider to follow simple 4-step guide out
54
54
55
55
2. Create directory `build` in the root of the project and put your `background.png` (OS X DMG background), `icon.icns` (OS X app icon) and `icon.ico` (Windows app icon).
56
56
57
-
Linux icon set will be generated automatically on the fly from the OS X `icns` file (or you can put them into the `build/icons` directory — filename must contains size (e.g. `32x32.png`)).
57
+
<a id="user-content-linuxIcon" class="anchor" href="#linuxIcon" aria-hidden="true"></a>Linux icon set will be generated automatically on the fly from the OS X `icns` file (or you can put them into the `build/icons` directory — filename must contains size (e.g. `32x32.png`)).
58
58
59
59
3. Add [scripts](https://docs.npmjs.com/cli/run-script) to the development `package.json`:
0 commit comments