fix dependency: strftime

This commit is contained in:
harttle
2016-06-16 01:02:00 +08:00
parent 2498e6c202
commit 9fe49e9872
11 changed files with 115 additions and 51 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "shopify-liquid",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Shopify Liquid Implementation in Node.js",
"main": "index.js",
"scripts": {
@@ -21,7 +21,8 @@
},
"homepage": "https://github.com/harttle/shopify-liquid#readme",
"dependencies": {
"lodash": "^4.13.1"
"lodash": "^4.13.1",
"strftime": "^0.9.2"
},
"devDependencies": {
"chai": "^3.5.0",