questions-cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,3 @@ | ||
#! /usr/bin/env node | ||
const program = require('commander'); | ||
@@ -2,0 +4,0 @@ const chalk = require('chalk'); |
{ | ||
"name": "questions-cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A CLI to communicate with the Questions API", | ||
@@ -9,2 +9,3 @@ "main": "./index.js", | ||
}, | ||
"preferGlobal": true, | ||
"bin": "./index.js", | ||
@@ -11,0 +12,0 @@ "author": "Raphael Ferreira", |
13334
439