Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Cirjan committed Feb 11, 2019
1 parent 7517b0d commit 1bce34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.build = build;

// build/tasks/dev
exports['build-dev-env'] = buildDevEnv;
exports['updat-own-deps'] = updatOwnDeps;
exports['update-own-deps'] = updatOwnDeps;

// build/tasks/doc
exports.doc = series(docGenerate, doc);
Expand Down

0 comments on commit 1bce34f

Please sign in to comment.