UNPKG

exec-ignore-errors

Version:

Run command ignoring errors.

27 lines (26 loc) 427 B
{ "name": "exec-ignore-errors", "version": "1.0.3", "description": "Run command ignoring errors.", "main": "index.js", "scripts": { "test": "jest" }, "bin": { "exec-ignore-errors": "./index.js" }, "files": [ "index.js" ], "keywords": [ "Run", "command", "ignoring", "errors." ], "author": "xuwenchao", "license": "MIT", "devDependencies": { "jest": "^26.6.3" } }