atmosx-nwws-parser 1.0.155 → 1.0.156

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,8 +8,6 @@ To install this package, you can use **NPM** (Node Package Manager). Open your t
8
8
 
9
9
  ```bash
10
10
  npm install atmosx-nwws-parser
11
- # Alternatively, you can install it from this repository directly as well.
12
- npm install @k3y0mi/nwws-parser
13
11
  ```
14
12
 
15
13
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atmosx-nwws-parser",
3
- "version": "1.0.155",
3
+ "version": "1.0.156",
4
4
  "description": "NOAA Weather Wire Parser",
5
5
  "main": "index.js",
6
6
  "scripts": {