UNPKG

@olegjs/on-change

Version:

Run a command when a file changes since last time the command was executed

27 lines (26 loc) 495 B
{ "name": "@olegjs/on-change", "version": "1.0.1", "description": "Run a command when a file changes since last time the command was executed", "keywords": [ "change", "file", "sha", "checksum" ], "license": "MIT", "author": "Oleg", "main": "index.js", "bin": { "on-change": "./index.js" }, "prettier": { "semi": false, "singleQuote": true, "trailingComma": "all" }, "dependencies": { "chalk": "^2.4.2", "yargs": "^13.3.0" } }