node-bin-gen 9.0.1 → 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.
@@ -0,0 +1,8 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "10:00"
8
+ open-pull-requests-limit: 10
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 {node,iojs} version [pre]
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-bin` or `iojs-bin` 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-bin` at install time as a dependency to keep npm from marking it extraneous..
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-bin-gen",
3
- "version": "9.0.1",
3
+ "version": "9.1.0",
4
4
  "description": "Generate a node binary package",
5
5
  "author": "Aria Stewart <aredridel@dinhe.net>",
6
6
  "main": "index.js",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "end-of-stream": "^1.4.1",
18
- "make-fetch-happen": "^3.0.0",
19
- "pump": "^2.0.1",
20
- "rimraf": "^2.6.2",
18
+ "make-fetch-happen": "^9.0.1",
19
+ "pump": "^3.0.0",
20
+ "rimraf": "^3.0.0",
21
21
  "verror": "^1.9.0",
22
- "yargs": "^10.1.2"
22
+ "yargs": "^17.0.1"
23
23
  },
24
24
  "eslintConfig": {
25
25
  "parserOptions": {