diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-01 19:04:07 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-01 19:04:07 -0400 |
| commit | 9d064985eb66f36f10d1fc79f553c51a776be08b (patch) | |
| tree | 63b854e4972ee4254bd093fb5087b6f2d7599d7f /app/node_modules/oktemplate/package.json | |
| parent | c5dddaad2893a5548aefbf2cc87265b73f557aac (diff) | |
Switch to Liquid templates
Diffstat (limited to 'app/node_modules/oktemplate/package.json')
| -rw-r--r-- | app/node_modules/oktemplate/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/node_modules/oktemplate/package.json b/app/node_modules/oktemplate/package.json index c32e098..eacc986 100644 --- a/app/node_modules/oktemplate/package.json +++ b/app/node_modules/oktemplate/package.json @@ -9,7 +9,8 @@ "author": "OKFocus", "license": "None", "dependencies": { + "bluebird": "^2.9.21", "glob": "^5.0.3", - "hogan.js": "^3.0.2" + "liquid-node": "^2.5.0" } } |
