pushy 2.0.12 → 2.0.13

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 +4 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@ The official Node.js package for sending push notifications with [Pushy](https:/
5
5
 
6
6
  > [Pushy](https://pushy.me/) is the most reliable push notification gateway, perfect for real-time, mission-critical applications.
7
7
 
8
- **Note:** If you don't have an existing Node.js project, consider using our [Node.js backend API sample project](https://github.com/pushy-me/pushy-node-backend) as a starting point to make things easier for you.
8
+ **Note:** If you don't have an existing Node.js project, consider using our [Node.js backend API sample project](https://github.com/pushy/pushy-node-backend) as a starting point to make things easier for you.
9
9
 
10
10
  ## Usage
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushy",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "The official Node.js package for sending push notifications with Pushy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,14 +8,14 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/pushy-me/pushy-node.git"
11
+ "url": "git+https://github.com/pushy/pushy-node.git"
12
12
  },
13
13
  "author": "Pushy <support@pushy.me>",
14
14
  "license": "Apache-2.0",
15
15
  "bugs": {
16
- "url": "https://github.com/pushy-me/pushy-node/issues"
16
+ "url": "https://github.com/pushy/pushy-node/issues"
17
17
  },
18
- "homepage": "https://github.com/pushy-me/pushy-node#readme",
18
+ "homepage": "https://github.com/pushy/pushy-node#readme",
19
19
  "dependencies": {
20
20
  "bluebird": "^3.4.1",
21
21
  "request": "^2.72.0"