Skip to content

Commit 52d91f4

Browse files
author
DavertMik
committed
refactored steps
1 parent d9998f3 commit 52d91f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/step.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// refactored step class, moved to helper
22
const Step = require('./step/helper')
3+
const MetaStep = require('./step/meta')
34

45
module.exports = Step
6+
module.exports.MetaStep = MetaStep

0 commit comments

Comments
 (0)