Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "async-exec", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Promise based exec", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Async-Exec | ||
![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101) | ||
Have you ever wanted to exec things asyncly? Now you can! | ||
@@ -19,1 +21,16 @@ | ||
exec('ls', true); | ||
## Contributing | ||
Go ahead and send me PRs. I love them. Especially if they contain tests and don't check in generated files. | ||
Not sure how to fix it yourself? Submit an issue and we'll get it done eventually! | ||
### Publishing | ||
Mostly for my own recollection, publishing goes like this. | ||
<commit changes> | ||
git push origin master | ||
npm version <major|minor|patch> | ||
npm publish |
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
2516
36