Skip to content

Commit 812625a

Browse files
committed
version bump
1 parent 3ef4589 commit 812625a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: codeceptjs.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
const codeceptjs = require('codeceptjs');
22

3+
if (!codeceptjs.config.addHook) throw new Error('CodeceptJS >= 2.3.3 is required to use config hooks.');
4+
35
module.exports = codeceptjs;

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeceptjs/configure",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Set of CodeceptJS config hooks to simplify configuration",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)