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

Commit 66144a1

Browse files
committed
fix: move optionalDependencies to peerDependencies
BREAKING CHANGE: The dependencies @babel/core, @babel/preset-env, and babel-loader are no longer installed by default
1 parent e214951 commit 66144a1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
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",
5558
"webpack": "^4.18.1"
5659
},
5760
"files": [
@@ -70,10 +73,5 @@
7073
"cypress-plugin",
7174
"cypress-preprocessor",
7275
"webpack"
73-
],
74-
"optionalDependencies": {
75-
"@babel/core": "^7.0.1",
76-
"@babel/preset-env": "^7.0.0",
77-
"babel-loader": "^8.0.2"
78-
}
76+
]
7977
}

0 commit comments

Comments
 (0)