diff --git a/package.json b/package.json index 430fa18..4f43114 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@intended/intended-ui", "description": "Storybook UI library for Intended Link", "license": "MIT", - "version": "0.1.2", + "version": "0.1.3", "private": false, "main": "dist/index.js", "repository": "https://git.silentsilas.com/Intended/attendant.git", diff --git a/src/index.tsx b/src/index.tsx index fb17601..38a28e8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -15,7 +15,7 @@ export * from './stories/InputButtonWithIcon'; export * from './stories/Label'; export * from './stories/ProgressIndicator'; export * from './stories/Select'; -export * as SplashIconHeader from './stories/SplashIconHeader'; +export * from './stories/SplashIconHeader'; export * from './stories/TextArea'; export * from './stories/TextAreaParagraph'; export * from './stories/utilities/CenteredContainer'; diff --git a/tsconfig.json b/tsconfig.json index 162ad97..01db6e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext", - "moduleResolution": "node", + // "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": false,