Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ikusa committed Feb 13, 2024
1 parent c74ee80 commit 82a259a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/exoflex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exoflex",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/exoflex/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { Theme } from './types';
// Constants
export { RubikSourcesMap } from './constants/fonts';
export { DefaultTheme, RubikFonts } from './constants/themes';

console.log('test');

Check warning on line 7 in packages/exoflex/src/index.ts

View workflow job for this annotation

GitHub Actions / test (exoflex)

Unexpected console statement
// Components
export {
Accordion,
Expand Down

0 comments on commit 82a259a

Please sign in to comment.