@jetkit/cra-template-typescript
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@jetkit/cra-template-typescript", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "keywords": [ |
module.exports = { | ||
stories: ['../src/**/*.stories.(js|mdx|ts|tsx)'], | ||
stories: ["../src/**/*.stories.(js|mdx|ts|tsx)"], | ||
addons: [ | ||
'@storybook/addon-actions', | ||
'@storybook/addon-links', | ||
'@storybook/addon-docs', | ||
"@storybook/addon-actions", | ||
"@storybook/addon-links", | ||
"@storybook/addon-docs", | ||
{ | ||
name: '@storybook/preset-create-react-app', | ||
name: "@storybook/preset-create-react-app", | ||
options: { | ||
tsDocgenLoaderOptions: {}, | ||
scriptsPackageName: "jetbridge-react-scripts", | ||
}, | ||
@@ -12,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30512
28
205