simplify arguments to npm run package

This commit is contained in:
Feross Aboukhadijeh
2016-03-24 20:58:12 -07:00
parent 5eef284c6d
commit 16165aa4a9
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ To build for one platform:
$ npm run package -- [platform]
```
Where `[platform]` is `--darwin`, `--linux`, or `--win32`.
Where `[platform]` is `darwin`, `linux`, or `win32`.
#### Windows build notes