We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e475ece commit 70effb9Copy full SHA for 70effb9
package.json
@@ -0,0 +1,10 @@
1
+{
2
+ "name": "run-if-changed",
3
+ "version": "0.1.0",
4
+ "description": "Run a command if a file changes via Git hooks",
5
+ "bin": "index.js",
6
+ "main": "index.js",
7
+ "repository": "https://github.com/hkdobrev/run-if-changed",
8
+ "author": "Haralan Dobrev <hkdobrev@gmail.com>",
9
+ "license": "MIT"
10
+}
0 commit comments