@stevendejong/storybook-stylesheet-toggle 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stevendejong/storybook-stylesheet-toggle",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "The Storybook Stylesheet Toggle addon is a simple and convenient tool for changing stylesheets on the fly.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons"
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"build:watch": "yarn build --watch",
|
|
46
46
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
47
47
|
"start": "run-p build:watch 'storybook --quiet'",
|
|
48
|
+
"prerelease": "zx scripts/prepublish-checks.mjs",
|
|
48
49
|
"release": "yarn build && auto shipit",
|
|
49
50
|
"storybook": "storybook dev -p 6006",
|
|
50
51
|
"build-storybook": "storybook build"
|