mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +01:00
Rename generate.js to build.js.
Should match the canonical verb name -- "build". Generate is an alias.
This commit is contained in:
@ -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'),
|
||||
|
Reference in New Issue
Block a user