1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Fix 'create' alias.

This commit is contained in:
hacksalot 2016-01-04 07:25:48 -05:00
parent ce75f09210
commit 2cab1195e8

View File

@ -18,7 +18,7 @@ External API surface for HackMyResume.
verbs: v,
alias: {
generate: v.build,
create: v.build
create: v.new
},
options: require('./core/default-options'),
formats: require('./core/default-formats'),