storybook-controlled
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "storybook-controlled", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"packageManager": "yarn@4.5.3", | ||
"description": "A simple utility for connecting controlled components to storybook actions, controls and state", | ||
"author": "Chris Garber <christophermgarber@gmail.com>", | ||
"author": { | ||
"name": "Chris Garber", | ||
"email": "christophermgarber@gmail.com" | ||
}, | ||
"license": "MIT", | ||
@@ -13,3 +16,5 @@ "repository": { | ||
"homepage": "https://github.com/braze-inc/storybook-controlled", | ||
"bugs": "https://github.com/braze/storybook-controlled/issues", | ||
"bugs": { | ||
"url": "https://github.com/braze/storybook-controlled/issues" | ||
}, | ||
"keywords": [ | ||
@@ -72,4 +77,5 @@ "storybook", | ||
"lint": "eslint src", | ||
"build": "tsup ./src/index.tsx --format cjs,esm --dts --clean" | ||
"build": "tsup ./src/index.tsx --format cjs,esm --dts --clean", | ||
"chromatic": "chromatic --project-token=chpt_c6950e289dc3b4b" | ||
} | ||
} |
@@ -16,2 +16,3 @@ # Storybook Controlled | ||
``` | ||
See the [Storybook](https://main--676de7925ca7e0feeaaad251.chromatic.com) for more examples | ||
@@ -18,0 +19,0 @@ ## Overview |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
12275
45