Skip to content

Commit

Permalink
Fix module export value to create from init
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Dec 21, 2016
1 parent ae3ab97 commit 5f5096d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module.exports = {
init: require('./global-cli/init'),
create: require('./global-cli/create'),
pack: require('./global-cli/pack'),
serve: require('./global-cli/serve'),
clean: require('./global-cli/clean'),
Expand Down

0 comments on commit 5f5096d

Please sign in to comment.