summaryrefslogtreecommitdiffstats
path: root/lib/generators/index.js
blob: 978e08a78b12ac51e2e066cadc2c9282efabe8bc (plain)
1
2
3
4
5

module.exports = {
	json: require("./json"),
	website: require("./website")
};