@storybook/csf 0.1.12--canary.110.c6e6023.0 → 0.1.12-next.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/csf",
|
3
|
-
"version": "0.1.12
|
3
|
+
"version": "0.1.12-next.1",
|
4
4
|
"description": "Component Story Format (CSF) utilities",
|
5
5
|
"keywords": [
|
6
6
|
"storybook",
|
@@ -16,6 +16,7 @@
|
|
16
16
|
"type": "git",
|
17
17
|
"url": "https://github.com/ComponentDriven/csf.git"
|
18
18
|
},
|
19
|
+
"author": "Storybook Bot <storybookbot@gmail.com>",
|
19
20
|
"license": "MIT",
|
20
21
|
"exports": {
|
21
22
|
".": {
|
@@ -130,5 +131,6 @@
|
|
130
131
|
"npm",
|
131
132
|
"released"
|
132
133
|
]
|
133
|
-
}
|
134
|
+
},
|
135
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
134
136
|
}
|