mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
replaced bluebird with any-promise to allow consumers of the library to choose their promise implementation
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
const error = require('./error.js');
|
||||
const Exp = require('./expression.js');
|
||||
const assert = require('assert');
|
||||
const Promise = require("bluebird");
|
||||
const Promise = require('any-promise');
|
||||
|
||||
var render = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user