Skip to content

Commit c080acf

Browse files
author
Markus Günther
committed
Fix: Move the library prop-types to dependencies
The package is used in the general js code and should not be a dev dependency. fix #38
1 parent c0dfb70 commit c080acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
],
2323
"dependencies": {
2424
"hoist-non-react-statics": "^3.0.1",
25-
"invariant": "^2.2.4"
25+
"invariant": "^2.2.4",
26+
"prop-types": "^15.6.2"
2627
},
2728
"devDependencies": {
2829
"@types/react": "^16.4.7",
@@ -44,7 +45,6 @@
4445
"jest": "^23.4.2",
4546
"jsdom": "^12.0.0",
4647
"prettier": "^1.14.0",
47-
"prop-types": "^15.6.2",
4848
"react": "^16.4.2",
4949
"react-dom": "^16.4.2",
5050
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)