Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit b3616f6

Browse files
committed
SORT package.json && UPDATE peerDependencies
1 parent f40b46c commit b3616f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,15 @@
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",
@@ -36,5 +30,11 @@
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
}

0 commit comments

Comments
 (0)