Skip to content

Instantly share code, notes, and snippets.

@geomagilles
Last active February 10, 2018 21:00
Show Gist options
  • Save geomagilles/24dd9c3d892b5afb601940af46045a19 to your computer and use it in GitHub Desktop.
Save geomagilles/24dd9c3d892b5afb601940af46045a19 to your computer and use it in GitHub Desktop.
var { Version } = require("zenaton");
var WelcomeEmailSerie_v0 = require("./WelcomeEmailSerie_v0");
var WelcomeEmailSerie_v1 = require("./WelcomeEmailSerie_v1");
module.exports = Version("WelcomeEmailSerie", [
WelcomeEmailSerie_v0,
WelcomeEmailSerie_v1
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment