mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Revert an unintended change
This commit is contained in:
parent
4344121d46
commit
2aede2cfca
@ -1,10 +1,9 @@
|
||||
import latestVersion from 'latest-version';
|
||||
|
||||
const mergeDirs = require('merge-dirs').default;
|
||||
const helpers = require('../../lib/helpers');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const JSON5 = require('json5');
|
||||
const latestVersion = require('latest-version');
|
||||
|
||||
module.exports = Promise.all([
|
||||
latestVersion('@storybook/react'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user