more tests
This commit is contained in:
parent
c39fa0d580
commit
1653b5f924
|
@ -2,7 +2,7 @@
|
||||||
"name": "@intended/intended-ui",
|
"name": "@intended/intended-ui",
|
||||||
"description": "Storybook UI library for Intended Link",
|
"description": "Storybook UI library for Intended Link",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"repository": "https://git.silentsilas.com/Intended/attendant.git",
|
"repository": "https://git.silentsilas.com/Intended/attendant.git",
|
||||||
|
|
|
@ -15,7 +15,7 @@ export * from './stories/InputButtonWithIcon';
|
||||||
export * from './stories/Label';
|
export * from './stories/Label';
|
||||||
export * from './stories/ProgressIndicator';
|
export * from './stories/ProgressIndicator';
|
||||||
export * from './stories/Select';
|
export * from './stories/Select';
|
||||||
export * as SplashIconHeader from './stories/SplashIconHeader';
|
export * from './stories/SplashIconHeader';
|
||||||
export * from './stories/TextArea';
|
export * from './stories/TextArea';
|
||||||
export * from './stories/TextAreaParagraph';
|
export * from './stories/TextAreaParagraph';
|
||||||
export * from './stories/utilities/CenteredContainer';
|
export * from './stories/utilities/CenteredContainer';
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "node",
|
// "moduleResolution": "node",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
|
|
Loading…
Reference in New Issue