@stdlib/process-cwd-cli
Advanced tools
+2
-2
| { | ||
| "name": "@stdlib/process-cwd-cli", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Return the current working directory.", | ||
@@ -30,3 +30,3 @@ "license": "Apache-2.0", | ||
| "@stdlib/fs-read-file": "^0.2.1", | ||
| "@stdlib/process-cwd": "0.2.1" | ||
| "@stdlib/process-cwd": "0.2.2" | ||
| }, | ||
@@ -33,0 +33,0 @@ "devDependencies": {}, |
+2
-2
@@ -152,4 +152,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/process-cwd/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/process-cwd/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/process-cwd/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/process-cwd/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -156,0 +156,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/process-cwd/main.svg |
+ Added
- Removed
Updated