Skip to content

Commit

Permalink
feat(ast): migrate from ast fork to latest version of gonzales
Browse files Browse the repository at this point in the history
  • Loading branch information
srowhani committed Apr 25, 2019
1 parent b508036 commit 37863b7
Show file tree
Hide file tree
Showing 8 changed files with 684 additions and 327 deletions.
2 changes: 1 addition & 1 deletion lib/groot.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//////////////////////////////
'use strict';

var gonzales = require('gonzales-pe-sl');
var gonzales = require('gonzales-pe');
var matter = require('gray-matter');

module.exports = function (input, syntax, filename) {
Expand Down
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var util = require('util'),
fs = require('fs'),
path = require('path'),
yaml = require('js-yaml'),
gonzales = require('gonzales-pe-sl');
gonzales = require('gonzales-pe');

var helpers = {};

Expand Down
Loading

0 comments on commit 37863b7

Please sign in to comment.