aveazul 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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "aveazul",
3
- "version": "0.1.0",
4
- "description": "Extend native Promise with bluebird like APIs",
3
+ "version": "0.1.1",
4
+ "description": "Extend native Promise with bluebird like APIs for Node.js",
5
5
  "main": "lib/aveazul.js",
6
- "homepage": "",
6
+ "homepage": "https://github.com/jchip/aveazul",
7
7
  "license": "Apache-2.0",
8
8
  "scripts": {
9
9
  "test": "jest test",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": ""
25
+ "url": "git+https://github.com/jchip/aveazul.git"
26
26
  },
27
27
  "dependencies": {
28
28
  "xaa": "^1.7.3"