Skip to content

Commit

Permalink
fix: use npm registry https url
Browse files Browse the repository at this point in the history
  • Loading branch information
jsetton authored and tydonelson committed Nov 14, 2023
1 parent 0ff0773 commit 9e92ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/constants.js
@@ -1,7 +1,7 @@
const path = require("path");

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

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

0 comments on commit 9e92ee5

Please sign in to comment.