Skip to content

Commit 70effb9

Browse files
committed
Add initial package
1 parent e475ece commit 70effb9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)