Skip to content

Commit 9c78116

Browse files
committed
Move dependencies into proper position
1 parent 9052dad commit 9c78116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"react": ">=15"
4242
},
4343
"dependencies": {
44+
"clean-react-props": "^0.2.4",
4445
"prop-types": "^15.5.10"
4546
},
4647
"devDependencies": {
@@ -53,7 +54,6 @@
5354
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
5455
"babel-preset-env": "^1.6.1",
5556
"babel-preset-react": "^6.24.1",
56-
"clean-react-props": "^0.2.1",
5757
"coveralls": "^3.0.1",
5858
"enzyme": "^3.3.0",
5959
"enzyme-adapter-react-16": "^1.1.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ class-utils@^0.3.5:
10301030
isobject "^3.0.0"
10311031
static-extend "^0.1.1"
10321032

1033-
clean-react-props@^0.2.1, clean-react-props@^0.2.4:
1033+
clean-react-props@^0.2.4:
10341034
version "0.2.4"
10351035
resolved "https://registry.yarnpkg.com/clean-react-props/-/clean-react-props-0.2.4.tgz#06b6b199c5d65918c6319f1c9068c61cf15eece6"
10361036

0 commit comments

Comments
 (0)