@storybook/postinstall
Advanced tools
Comparing version 0.0.0-pr-24447-sha-b18bd92d to 0.0.0-pr-24447-sha-c98bddd2
{ | ||
"name": "@storybook/postinstall", | ||
"version": "0.0.0-pr-24447-sha-b18bd92d", | ||
"version": "0.0.0-pr-24447-sha-c98bddd2", | ||
"description": "Storybook addons postinstall utilities", | ||
@@ -44,10 +44,10 @@ "keywords": [ | ||
"scripts": { | ||
"check": "../../../scripts/prepare/check.ts", | ||
"prep": "../../../scripts/prepare/bundle.ts" | ||
"check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts", | ||
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts" | ||
}, | ||
"devDependencies": { | ||
"jest": "^29.3.1", | ||
"jest": "^29.7.0", | ||
"jest-specific-snapshot": "^8.0.0", | ||
"jscodeshift": "^0.14.0", | ||
"typescript": "~4.9.3" | ||
"jscodeshift": "^0.15.1", | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -54,0 +54,0 @@ "publishConfig": { |
@@ -1,2 +0,2 @@ | ||
# Storybook Postinstall Utilties | ||
# Storybook Postinstall Utilities | ||
@@ -3,0 +3,0 @@ A minimal utility library for addons to update project configurations after the addon is installed via the [Storybook CLI](https://github.com/storybookjs/storybook/tree/main/lib/cli), e.g. `sb add docs`. |
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
7231