Skip to content

Commit

Permalink
Move enzyme and enzyme-adapter-utils to peerDeps; fix enzyme adapter …
Browse files Browse the repository at this point in the history
…name to match Enzyme

Fix registry
  • Loading branch information
ericsoco committed Oct 1, 2018
1 parent fac2aa5 commit fdf56d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 280 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"license": "MIT",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"enzyme": "^3.4.4",
"enzyme-adapter-utils": "^1.5.0",
"function.prototype.name": "^1.1.0",
"react-dom": "^16.4.2",
"react-reconciler": "^0.12.0",
Expand All @@ -52,6 +50,8 @@
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"enzyme": "^3.6.0",
"enzyme-adapter-utils": "^1.8.0",
"react": "^16.4.1",
"react-test-renderer": "^16.4.1"
}
Expand Down
File renamed without changes.
Loading

0 comments on commit fdf56d2

Please sign in to comment.