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

Commit 49d36dc

Browse files
committed
BREAKING CHANGE: move optionDependencies to peerDependencies
1 parent dc0b95e commit 49d36dc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"webpack": "^4.18.1"
5757
},
5858
"peerDependencies": {
59+
"@babel/core": "^7.0.1",
60+
"@babel/preset-env": "^7.0.0",
61+
"babel-loader": "^8.0.2",
5962
"webpack": "^4.18.1"
6063
},
6164
"files": [
@@ -75,11 +78,6 @@
7578
"cypress-preprocessor",
7679
"webpack"
7780
],
78-
"optionalDependencies": {
79-
"@babel/core": "^7.0.1",
80-
"@babel/preset-env": "^7.0.0",
81-
"babel-loader": "^8.0.2"
82-
},
8381
"release": {
8482
"verifyConditions": "condition-circle",
8583
"analyzeCommits": "simple-commit-message",

0 commit comments

Comments
 (0)