autoinstall
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "autoinstall", | ||
"description": "automatically install dependencies via `require()`", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": { | ||
@@ -22,3 +22,6 @@ "name": "Jonathan Ong", | ||
}, | ||
"bin": "bin/autoinstall" | ||
"bin": { | ||
"autoinstall": "bin/autoinstall", | ||
"a": "bin/autoinstall" | ||
} | ||
} |
@@ -34,2 +34,8 @@ | ||
`autoinstall(1)` is also aliased as `a(1)`: | ||
```bash | ||
a index.js | ||
``` | ||
## API Usage | ||
@@ -36,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4725
56