tag:include

This commit is contained in:
harttle
2016-06-24 02:44:20 +08:00
parent 21bde3cb6d
commit 8fbbec089f
24 changed files with 226 additions and 52 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
{
"name": "shopify-liquid",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Shopify Liquid Implementation in Node.js",
"main": "index.js",
"scripts": {
@@ -27,9 +27,12 @@
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"express": "^4.14.0",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"mock-fs": "^3.9.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
"sinon-chai": "^2.8.0",
"supertest": "^1.2.0"
}
}