Skip to content

Commit 9e92ee5

Browse files
jsettontydonelson
authored andcommitted
fix: use npm registry https url
1 parent 0ff0773 commit 9e92ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require("path");
22

33
module.exports.APPLICATION_NAME = "ask-cli";
4-
module.exports.NPM_REGISTRY_URL_BASE = "http://registry.npmjs.org";
4+
module.exports.NPM_REGISTRY_URL_BASE = "https://registry.npmjs.org";
55

66
module.exports.METRICS = {
77
ENDPOINT: "https://client-telemetry.amazonalexa.com",

0 commit comments

Comments
 (0)