node-webpush 1.0.2 → 1.0.3

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
@@ -55,8 +55,6 @@ that can be sent with Node’s built-in `fetch()`.
55
55
 
56
56
  ## Installation
57
57
 
58
- > (Adjust package name once published)
59
-
60
58
  ```bash
61
59
  npm install node-webpush
62
60
  ````
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-webpush",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A dependency-free Web Push implementation for Node.js",
5
5
  "main": "./dist/index.es.js",
6
6
  "module": "./dist/index.es.js",