ssh-config 4.1.4 → 4.1.5

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.
Files changed (2) hide show
  1. package/Readme.md +1 -1
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -121,7 +121,7 @@ config.remove({ Host: 'example1' })
121
121
  Since the parsed config is a sub class of Array, you can append new sections with methods like `.push` or `.concat`.
122
122
 
123
123
  ```js
124
- config.push(SSHConfig.parse(`
124
+ config.push(...SSHConfig.parse(`
125
125
  Host ness
126
126
  HostName lochness.com
127
127
  User dinosaur
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ssh-config",
3
3
  "description": "SSH config parser and stringifier",
4
- "version": "4.1.4",
4
+ "version": "4.1.5",
5
5
  "author": "Chen Yangjian (https://www.cyj.me)",
6
6
  "repository": {
7
7
  "type": "git",