Skip to content

Commit

Permalink
fix: postinstall config name
Browse files Browse the repository at this point in the history
file created should be called `.cz-config.js`

closes #4
  • Loading branch information
leonardoanalista committed Nov 16, 2015
1 parent de38a67 commit fd70d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var path = require('path');
var fs = require('fs');

var SYM_LINK_LOCATION = './cz-config';
var CZ_CONFIG_NAME = '.cz-config';
var CZ_CONFIG_NAME = '.cz-config.js';
var CZ_CONFIG_EXAMPLE_LOCATION = './cz-config-EXAMPLE.js';


Expand Down

0 comments on commit fd70d21

Please sign in to comment.