Skip to content

Commit

Permalink
Merge pull request #3253 from huchenme/patch-1
Browse files Browse the repository at this point in the history
fix: Move enzyme-adapter-react-16 to devDependencies
  • Loading branch information
taion committed Aug 30, 2018
2 parents 95a360a + a649607 commit aa678fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"create-react-class": "^15.6.3",
"cross-env": "^5.2.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
Expand Down Expand Up @@ -116,7 +117,6 @@
"@babel/runtime": "7.0.0-beta.42",
"classnames": "^2.2.5",
"dom-helpers": "^3.2.0",
"enzyme-adapter-react-16": "^1.2.0",
"invariant": "^2.2.4",
"keycode": "^2.2.0",
"prop-types": "^15.6.1",
Expand Down

0 comments on commit aa678fd

Please sign in to comment.