questions-cli
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -6,3 +6,3 @@ const axios = require('axios'); | ||
const API_URL = | ||
process.env.QUESTIONS_CLI_API_URL || 'https://questions.herokuapp.com'; | ||
process.env.QUESTIONS_CLI_API_URL || 'https://api-questions.herokuapp.com'; | ||
@@ -9,0 +9,0 @@ /** |
{ | ||
"name": "questions-cli", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A CLI to communicate with the Questions API", | ||
@@ -5,0 +5,0 @@ "main": "./questions-cli.js", |
@@ -21,3 +21,3 @@ #! /usr/bin/env node | ||
program | ||
.version('1.0.3') | ||
.version('1.0.4') | ||
.description('A CLI to communicate with the Questions API'); | ||
@@ -24,0 +24,0 @@ |
16544