refactor: moving all ES6 files to src/, working on #83

This commit is contained in:
harttle
2018-08-16 00:22:46 +08:00
parent 9f597843c9
commit 5f634b0b5e
26 changed files with 46 additions and 43 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "liquidjs",
"version": "5.2.0",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --recursive",