Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 from nightwatchjs/main
Browse files Browse the repository at this point in the history
Update postdoc.conf.js
  • Loading branch information
beatfactor authored Oct 11, 2023
2 parents 8aa0a45 + 330e8f4 commit fd4499d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postdoc.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');

const {
NIGHTWATCH_VERSION = '3.0.1',
NIGHTWATCH_VERSION = '3.2.1',
BASE_URL = 'https://nightwatchjs.org',
MD_DOCS_FOLDER = path.join(__dirname, 'nightwatch-docs'),
API_DOCS_FOLDER = path.join(__dirname, 'nightwatch/lib/api'),
Expand Down Expand Up @@ -34,4 +34,4 @@ module.exports = {
source_folder: EXAMPLES_FOLDER
}
}
}
}

0 comments on commit fd4499d

Please sign in to comment.