more tests
This commit is contained in:
@@ -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",
|
||||
|
@@ -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';
|
||||
|
@@ -14,7 +14,7 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
// "moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": false,
|
||||
|
Reference in New Issue
Block a user