UNPKG
generator-rcstep
Version:
latest (0.0.2)
0.0.2
0.0.1
RainCatcher Step Generator
raincatcher.feedhenry.io
wtrocki/generator-rcstep
generator-rcstep
/
generators
/
app
/
templates
/
lib
/
index.js
6 lines
(5 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= {
ngModule
:
require
(
'./angular/step'
),
// Definition for this step that is being used in portal
definition
:
require
(
'./definition.json'
) };