l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

index.js (81B)


      1 'use strict';
      2 
      3 
      4 var yaml = require('./lib/js-yaml.js');
      5 
      6 
      7 module.exports = yaml;