Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Commit ec81925

Browse files
author
Patrick Burtchaell
committed
Move react-addons-test-utils to devDeps
1 parent 2beea2e commit ec81925

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
@@ -66,6 +66,7 @@
6666
"mocha": "^3.2.0",
6767
"pre-commit": "^1.2.2",
6868
"react": "^15.5.4",
69+
"react-addons-test-utils": "^15.5.1",
6970
"react-dom": "^15.5.4",
7071
"react-test-renderer": "^15.5.4",
7172
"sinon": "^1.17.3",
@@ -74,7 +75,6 @@
7475
"webpack-dev-server": "^1.14.1"
7576
},
7677
"dependencies": {
77-
"prop-types": "^15.5.8",
78-
"react-addons-test-utils": "^15.5.1"
78+
"prop-types": "^15.5.8"
7979
}
8080
}

0 commit comments

Comments
 (0)