This repository was archived by the owner on Jan 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 22 "name" : " storybook-addon-smart-knobs" ,
33 "version" : " 3.3.0" ,
44 "description" : " Automatically created knobs for storybook." ,
5+ "license" : " MIT" ,
6+ "author" : " Storybook Team" ,
57 "main" : " dist/index.js" ,
68 "scripts" : {
7- "test" : " jest" ,
89 "clean" : " rm -Rf ./dist" ,
910 "compile" : " babel ./src --out-dir ./dist" ,
11+ "prepublish" : " npm run clean && npm run compile" ,
1012 "storybook" : " start-storybook -p 9010" ,
11- "prepublish" : " npm run clean && npm run compile"
12- },
13- "author" : " Storybook Team" ,
14- "license" : " MIT" ,
15- "peerDependencies" : {
16- "@storybook/addon-knobs" : " ^3.2.10" ,
17- "@storybook/addon-options" : " ^3.2.10" ,
18- "@storybook/react" : " ^3.2.10" ,
19- "react" : " ^15.6.2"
13+ "test" : " jest"
2014 },
2115 "devDependencies" : {
2216 "@storybook/addon-info" : " ^3.3.10" ,
3630 "prop-types" : " ^15.6.0" ,
3731 "react" : " ^16.2.0" ,
3832 "react-dom" : " ^16.2.0"
33+ },
34+ "peerDependencies" : {
35+ "@storybook/addon-knobs" : " ^3.3.10" ,
36+ "@storybook/addon-options" : " ^3.3.10" ,
37+ "@storybook/react" : " ^3.3.10" ,
38+ "react" : " >=15.0.0 || ^16.0.0"
3939 }
4040}
You can’t perform that action at this time.
0 commit comments