We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff0773 commit 9e92ee5Copy full SHA for 9e92ee5
lib/utils/constants.js
@@ -1,7 +1,7 @@
1
const path = require("path");
2
3
module.exports.APPLICATION_NAME = "ask-cli";
4
-module.exports.NPM_REGISTRY_URL_BASE = "http://registry.npmjs.org";
+module.exports.NPM_REGISTRY_URL_BASE = "https://registry.npmjs.org";
5
6
module.exports.METRICS = {
7
ENDPOINT: "https://client-telemetry.amazonalexa.com",
0 commit comments