mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
replaced bluebird with any-promise to allow consumers of the library to choose their promise implementation
This commit is contained in:
@@ -12,7 +12,7 @@ const Template = require('./src/parser');
|
||||
const Expression = require('./src/expression.js');
|
||||
const tags = require('./tags');
|
||||
const filters = require('./filters');
|
||||
const Promise = require("bluebird");
|
||||
const Promise = require('any-promise');
|
||||
|
||||
var _engine = {
|
||||
init: function(tag, filter, options) {
|
||||
|
||||
Reference in New Issue
Block a user