@kbss-cvut/s-forms 0.4.2-beta-a691e90.0 → 0.4.2-beta-a77a6fb.0
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kbss-cvut/s-forms",
|
|
3
|
-
"version": "0.4.2-beta-
|
|
3
|
+
"version": "0.4.2-beta-a77a6fb.0",
|
|
4
4
|
"description": "Semantic forms generator and processor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
"scripts": {
|
|
104
104
|
"test": "jest",
|
|
105
|
-
"dev": "start-storybook -p 6006",
|
|
105
|
+
"dev": "start-storybook --no-manager-cache -p 6006",
|
|
106
106
|
"build": "microbundle --jsx React.createElement",
|
|
107
107
|
"build-storybook": "build-storybook",
|
|
108
108
|
"chromatic": "npx chromatic",
|