Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeceptjs/create-codeceptjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a96fbd6
Choose a base ref
...
head repository: codeceptjs/create-codeceptjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffd5272
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 9, 2024

  1. update version

    GitHub CD bot committed Feb 9, 2024
    Copy the full SHA
    f7f5ef8 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ffd5272 View commit details
Showing with 5 additions and 3 deletions.
  1. +3 −0 index.js
  2. +2 −3 package.json
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -60,6 +60,9 @@ const program = new commander.Command('Create CodeceptJS')
.option('--webdriverio', 'Install webdriverio packages')
.option('--testcafe', 'Install testcafe packages')

// force mode
.option('--force', 'Accept an incorrect (and potentially broken) dependency resolution.')

.allowUnknownOption()
.on('--help', () => {
console.log();
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "create-codeceptjs",
"version": "0.1.8",
"version": "1.0.0",
"description": "Install CodeceptJS with all its dependencies in a single run",
"main": "index.js",
"bin": {
"create-codeceptjs": "index.js"
},
"scripts": {
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/codeceptjs/create-codeceptjs.git"