Skip to content

Commit

Permalink
fix: Switch registry to https
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Jun 14, 2018
1 parent 63314d6 commit 3548485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/alexbrazier/package-bundle.git"
},
"bugs": {
"url": "http://github.com/alexbrazier/package-bundle/issues"
"url": "https://github.com/alexbrazier/package-bundle/issues"
},
"engines": {
"node": ">= 4"
Expand Down
2 changes: 1 addition & 1 deletion src/Resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import PBRequest from './PBRequest';

const writeFile = Promise.promisify(fs.writeFile);

const REGISTRY_URL = 'http://registry.npmjs.org';
const REGISTRY_URL = 'https://registry.npmjs.org';
const CACHE_FILE = 'package-bundle-cache.json';
const PACKAGE_JSON = 'package.json';

Expand Down

0 comments on commit 3548485

Please sign in to comment.