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

Commit

Permalink
SORT package.json && UPDATE peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 22, 2018
1 parent f40b46c commit b3616f6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@
"name": "storybook-addon-smart-knobs",
"version": "3.3.0",
"description": "Automatically created knobs for storybook.",
"license": "MIT",
"author": "Storybook Team",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"clean": "rm -Rf ./dist",
"compile": "babel ./src --out-dir ./dist",
"prepublish": "npm run clean && npm run compile",
"storybook": "start-storybook -p 9010",
"prepublish": "npm run clean && npm run compile"
},
"author": "Storybook Team",
"license": "MIT",
"peerDependencies": {
"@storybook/addon-knobs": "^3.2.10",
"@storybook/addon-options": "^3.2.10",
"@storybook/react": "^3.2.10",
"react": "^15.6.2"
"test": "jest"
},
"devDependencies": {
"@storybook/addon-info": "^3.3.10",
Expand All @@ -36,5 +30,11 @@
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"peerDependencies": {
"@storybook/addon-knobs": "^3.3.10",
"@storybook/addon-options": "^3.3.10",
"@storybook/react": "^3.3.10",
"react": ">=15.0.0 || ^16.0.0"
}
}

0 comments on commit b3616f6

Please sign in to comment.