Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Fix install.js line endings for OSX.
  • Loading branch information
peacechen committed Jun 12, 2020
1 parent 16cfa88 commit ab52942
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions bin/install.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
'use strict';

var igh = require('../install-git-hooks');
return igh(process.argv);
#!/usr/bin/env node
'use strict';

var igh = require('../install-git-hooks');
return igh(process.argv);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
"scripts": {
Expand Down

0 comments on commit ab52942

Please sign in to comment.