hookdash 0.1.0 → 0.1.1

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 +4 -4
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -81,7 +81,7 @@ hookdash start
81
81
  ### Option 3: Docker
82
82
 
83
83
  ```bash
84
- docker run -p 9090:9090 -v hookdash-data:/app/data hookdash/hookdash
84
+ docker run -p 9090:9090 -v hookdash-data:/app/data me-npm/hookdash
85
85
  ```
86
86
 
87
87
  ### Test it works
@@ -303,7 +303,7 @@ If an endpoint fails 5 times consecutively, hookdash **opens the circuit** and s
303
303
 
304
304
  ```bash
305
305
  # Clone the repo
306
- git clone https://github.com/hookdash/hookdash.git
306
+ git clone https://github.com/me-npm/hookdash.git
307
307
  cd hookdash
308
308
 
309
309
  # Create your config
@@ -326,7 +326,7 @@ docker run -p 9090:9090 -v hookdash-data:/app/data hookdash
326
326
 
327
327
  ```bash
328
328
  # Clone
329
- git clone https://github.com/hookdash/hookdash.git
329
+ git clone https://github.com/me-npm/hookdash.git
330
330
  cd hookdash
331
331
 
332
332
  # Install dependencies
@@ -380,6 +380,6 @@ MIT — see [LICENSE](LICENSE) for details.
380
380
 
381
381
  **Built with ❤️ for developers who are tired of losing webhooks.**
382
382
 
383
- [⭐ Star on GitHub](https://github.com/hookdash/hookdash) · [🐛 Report Bug](https://github.com/hookdash/hookdash/issues) · [💡 Request Feature](https://github.com/hookdash/hookdash/issues)
383
+ [⭐ Star on GitHub](https://github.com/me-npm/hookdash) · [🐛 Report Bug](https://github.com/me-npm/hookdash/issues) · [💡 Request Feature](https://github.com/me-npm/hookdash/issues)
384
384
 
385
385
  </div>
package/package.json CHANGED
@@ -1,14 +1,18 @@
1
1
  {
2
2
  "name": "hookdash",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Zero-config, self-hosted webhook gateway with a beautiful dashboard. Receive, queue, retry, and monitor webhooks.",
5
5
  "keywords": ["webhook", "gateway", "self-hosted", "dashboard", "retry", "queue", "stripe", "github"],
6
6
  "license": "MIT",
7
7
  "author": "",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/hookdash/hookdash"
10
+ "url": "git+https://github.com/me-npm/hookdash.git"
11
11
  },
12
+ "bugs": {
13
+ "url": "https://github.com/me-npm/hookdash/issues"
14
+ },
15
+ "homepage": "https://github.com/me-npm/hookdash#readme",
12
16
  "type": "module",
13
17
  "main": "dist/index.js",
14
18
  "bin": {