node-bin-gen 9.0.4 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ $ npm install -g node-bin-gen
|
|
|
11
11
|
# Use
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
$ node-bin-gen
|
|
14
|
+
$ node-bin-gen version [pre]
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Use a `pre` version if you're testing.
|
|
@@ -20,7 +20,7 @@ Use a `pre` version if you're testing.
|
|
|
20
20
|
|
|
21
21
|
Warning: requires `npm@>=3` to install the generated packages globally!
|
|
22
22
|
|
|
23
|
-
This package generates a `node
|
|
23
|
+
This package generates a `node` package, and all of the `node-{os}-{cpu}` packages, which are installed by the main metapackage (and as a hack, added to the `package.json` of `node` at install time as a dependency to keep npm from marking it extraneous..
|
|
24
24
|
|
|
25
25
|
# License
|
|
26
26
|
|