create-nightwatch
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "create-nightwatch", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A single-command tool to setup Nightwatch.js", | ||
"main": "index.js", | ||
"bin": { | ||
"create-nightwatch": "./lib/index.js" | ||
"create-nightwatch": "./index.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -369,3 +369,3 @@ import fs from 'fs'; | ||
postInstructions(answers: ConfigGeneratorAnswers) { | ||
console.log('Nightwatch setup complete!!\n'); | ||
console.error('Nightwatch setup complete!!\n'); | ||
@@ -372,0 +372,0 @@ if (answers.addExamples) { |
85508