We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cfa88 commit ab52942Copy full SHA for ab52942
2 files changed
bin/install.js
@@ -1,5 +1,5 @@
1
-#!/usr/bin/env node
2
-'use strict';
3
-
4
-var igh = require('../install-git-hooks');
5
-return igh(process.argv);
+#!/usr/bin/env node
+'use strict';
+
+var igh = require('../install-git-hooks');
+return igh(process.argv);
package.json
@@ -1,6 +1,6 @@
{
"name": "node-git-hooks",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Automate git hook deployment",
"main": "install-git-hook.js",
6
"scripts": {
0 commit comments