Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "promptus", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple library to create simple, interactive CLI prompts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -32,4 +32,6 @@ # Promptus | ||
To exit the CLI write `exit` or `quit` or `CTRL-C`. | ||
--- | ||
License: "MIT License", see `LICENSE`. |
6563
37