Skip to content

Commit

Permalink
Merge pull request #1722 from PierrickP/master
Browse files Browse the repository at this point in the history
Fix generators export
  • Loading branch information
Hypnosphi authored Aug 23, 2017
2 parents 2b9d905 + fded787 commit 658e359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli/generators/VUE/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const helpers = require('../../lib/helpers');
const path = require('path');
const latestVersion = require('latest-version');

Promise.all([
module.exports = Promise.all([
latestVersion('@storybook/vue'),
latestVersion('@storybook/addon-actions'),
latestVersion('@storybook/addon-links'),
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/generators/WEBPACK_REACT/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const helpers = require('../../lib/helpers');
const path = require('path');
const latestVersion = require('latest-version');

Promise.all([
module.exports = Promise.all([
latestVersion('@storybook/react'),
latestVersion('@storybook/addon-actions'),
latestVersion('@storybook/addon-links'),
Expand Down

0 comments on commit 658e359

Please sign in to comment.