Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
fix: revert moving optionalDependencies to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Apr 6, 2020
1 parent 6ce2ae2 commit e214951
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
"webpack": "^4.18.1"
},
"peerDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"webpack": "^4.18.1"
},
"files": [
Expand All @@ -73,5 +70,10 @@
"cypress-plugin",
"cypress-preprocessor",
"webpack"
]
],
"optionalDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2"
}
}

0 comments on commit e214951

Please sign in to comment.