Skip to content

Commit

Permalink
Merge pull request #3169 from MLoughry/remove-typings-dependency
Browse files Browse the repository at this point in the history
Move "@types/react" to dev dependencies
  • Loading branch information
Hypnosphi authored Mar 8, 2018
2 parents 3d06f6d + 535f2a3 commit 86b16c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@storybook/react": "^3.4.0-rc.0"
"@storybook/react": "^3.4.0-rc.0",
"@types/react": "^16.0.20"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0",
"react": "*"
},
"optionalDependencies": {
"@types/react": "^16.0.20"
}
}

0 comments on commit 86b16c8

Please sign in to comment.