Merge branch 'master' into patch-1

This commit is contained in:
Daniel Duan 2017-08-23 16:12:47 -04:00 committed by GitHub
commit c5fc849b50
2 changed files with 2 additions and 2 deletions

View File

@ -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'),

View File

@ -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'),