We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63314d6 commit 3548485Copy full SHA for 3548485
package.json
@@ -41,7 +41,7 @@
41
"url": "https://github.com/alexbrazier/package-bundle.git"
42
},
43
"bugs": {
44
- "url": "http://github.com/alexbrazier/package-bundle/issues"
+ "url": "https://github.com/alexbrazier/package-bundle/issues"
45
46
"engines": {
47
"node": ">= 4"
src/Resolver.js
@@ -8,7 +8,7 @@ import PBRequest from './PBRequest';
8
9
const writeFile = Promise.promisify(fs.writeFile);
10
11
-const REGISTRY_URL = 'http://registry.npmjs.org';
+const REGISTRY_URL = 'https://registry.npmjs.org';
12
const CACHE_FILE = 'package-bundle-cache.json';
13
const PACKAGE_JSON = 'package.json';
14
0 commit comments