mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Rename generate.js to build.js.
Should match the canonical verb name -- "build". Generate is an alias.
This commit is contained in:
parent
850c640368
commit
cb46497346
@ -7,7 +7,7 @@ External API surface for HackMyResume.
|
||||
(function() {
|
||||
|
||||
var v = {
|
||||
build: require('./verbs/generate'),
|
||||
build: require('./verbs/build'),
|
||||
analyze: require('./verbs/analyze'),
|
||||
validate: require('./verbs/validate'),
|
||||
convert: require('./verbs/convert'),
|
||||
|
Loading…
Reference in New Issue
Block a user