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

Commit e214951

Browse files
committed
fix: revert moving optionalDependencies to peerDependencies
1 parent 6ce2ae2 commit e214951

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
"webpack": "^4.18.1"
5353
},
5454
"peerDependencies": {
55-
"@babel/core": "^7.0.1",
56-
"@babel/preset-env": "^7.0.0",
57-
"babel-loader": "^8.0.2",
5855
"webpack": "^4.18.1"
5956
},
6057
"files": [
@@ -73,5 +70,10 @@
7370
"cypress-plugin",
7471
"cypress-preprocessor",
7572
"webpack"
76-
]
73+
],
74+
"optionalDependencies": {
75+
"@babel/core": "^7.0.1",
76+
"@babel/preset-env": "^7.0.0",
77+
"babel-loader": "^8.0.2"
78+
}
7779
}

0 commit comments

Comments
 (0)