@skypack/package-check
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@skypack/package-check", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A quality score checker for npm packages.", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
@@ -16,1 +16,6 @@ # @skypack/package-check | ||
``` | ||
## CLI Arguments | ||
- `--cwd [./pkg]`: Change the tested package directory. Defaults to your current working directory. |
16052
20