Skip to content

Commit

Permalink
fix(carbon-react): add fast glob to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt committed Jan 21, 2022
1 parent 5121174 commit 2b7c182
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/carbon-react/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'use strict';

const fs = require('fs');
// TODO: make sure this is a devDependency
const glob = require('fast-glob');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const path = require('path');
Expand Down
1 change: 1 addition & 0 deletions packages/carbon-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"babel-preset-carbon": "^0.2.0",
"browserslist-config-carbon": "^10.6.1",
"css-loader": "^6.5.1",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.5",
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/

export Accordion from './components/Accordion';
export AccordionItem from './components/AccordionItem';
export { AspectRatio } from './components/AspectRatio';
Expand Down

0 comments on commit 2b7c182

Please sign in to comment.