@hoshinotsuyoshi/answer-cli
Advanced tools
Comparing version
@@ -6,2 +6,2 @@ #!/usr/bin/env node | ||
console.log(`The answer is: ${getAnswer()} !`); | ||
console.log(`The answer is: ${getAnswer()} !!`); |
{ | ||
"name": "@hoshinotsuyoshi/answer-cli", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "CLI for the @hoshinotsuyoshi/answer-core package", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"rollup": "^4.27.4", | ||
"@hoshinotsuyoshi/answer-core": "0.0.1" | ||
"@hoshinotsuyoshi/answer-core": "0.0.5" | ||
}, | ||
@@ -21,0 +21,0 @@ "scripts": { |
607
0.17%