nat-upnp-rejetto 2.0.1 → 2.0.2

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,9 +5,7 @@ Port mapping via UPnP APIs
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm i nat-upnp-ts
9
- OR
10
- npm i git+https://github.com/kaden-sharpin/nat-upnp-ts.git
8
+ npm i nat-upnp-rejetto
11
9
  ```
12
10
 
13
11
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nat-upnp-rejetto",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "main": "build/src/index",
5
5
  "author": "Fedor Indutny <fedor@indutny.com>, SimplyLinn <https://github.com/SimplyLinn>, Kaden Sharpin <http://github.com/kaden-sharpin>, Massimo Melina <a@rejetto.com>",
6
6
  "homepage": "https://github.com/kaden-sharpin/nat-upnp-ts",