Skip to content

Commit ab52942

Browse files
committed
1.0.2
Fix install.js line endings for OSX.
1 parent 16cfa88 commit ab52942

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

bin/install.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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);
1+
#!/usr/bin/env node
2+
'use strict';
3+
4+
var igh = require('../install-git-hooks');
5+
return igh(process.argv);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-git-hooks",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Automate git hook deployment",
55
"main": "install-git-hook.js",
66
"scripts": {

0 commit comments

Comments
 (0)