Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "calc-cli", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Calculus in your terminal", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
return format(operation(ex)); | ||
return format(operation(expression)); | ||
}; | ||
@@ -21,0 +21,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
91348
0