Revert "Switch to 10.0.0 branch"

Accidentally committed this to 10.0-release.

This reverts commit 5d3b24b28f.
This commit is contained in:
Zach Bloomquist
2022-02-08 15:18:48 -05:00
parent 5d3b24b28f
commit 063225ecfc
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -20,6 +20,13 @@ async function build() {
fs.copy(join(resolvePkg('cypress-example-kitchensink'), 'app'), path.join(EXAMPLE_DIR, 'app')),
fs.copy(join(resolvePkg('cypress-example-kitchensink'), 'cypress'), path.join(EXAMPLE_DIR, 'cypress')),
])
try {
await fs.move(path.join(EXAMPLE_DIR, 'cypress', 'support', 'index.js'), path.join(EXAMPLE_DIR, 'cypress', 'support', 'e2e.js'))
} catch (e) {
if (e.code !== 'ENOENT') {
throw e
}
}
childProcess.execSync('node ./bin/convert.js', {
cwd: EXAMPLE_DIR,
stdio: 'inherit'
+1 -1
View File
@@ -28,7 +28,7 @@
"devDependencies": {
"chai": "3.5.0",
"cross-env": "6.0.3",
"cypress-example-kitchensink": "cypress-io/cypress-example-kitchensink#8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b",
"cypress-example-kitchensink": "cypress-io/cypress-example-kitchensink#d4b6c4a898f87fa391fabef6dbbff8cd7bd11d2a",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-gh-pages": "0.6.0-6",
+2 -2
View File
@@ -17200,9 +17200,9 @@ cyclist@^1.0.1:
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
cypress-example-kitchensink@cypress-io/cypress-example-kitchensink#8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b:
cypress-example-kitchensink@cypress-io/cypress-example-kitchensink#d4b6c4a898f87fa391fabef6dbbff8cd7bd11d2a:
version "0.0.0-development"
resolved "https://codeload.github.com/cypress-io/cypress-example-kitchensink/tar.gz/8bd82de1729999cc0c1a6cb5dc2c9dd7ec2d2f0b"
resolved "https://codeload.github.com/cypress-io/cypress-example-kitchensink/tar.gz/d4b6c4a898f87fa391fabef6dbbff8cd7bd11d2a"
dependencies:
npm-run-all "^4.1.2"
serve "11.3.0"