feat(Drop): liquid_method_missing and to_s

close #97
This commit is contained in:
harttle
2019-01-28 19:53:04 +08:00
parent f38ea63c14
commit 4dffb27e95
5 changed files with 57 additions and 25 deletions
+3 -2
View File
@@ -8,9 +8,10 @@
"types": "src/index.d.ts",
"scripts": {
"lint": "eslint src/ test/ *.js",
"test": "mocha test/unit",
"unit": "mocha test/unit",
"e2e": "mocha test/e2e",
"coverage": "cross-env NODE_ENV=test nyc --reporter=html npm test",
"test": "npm run unit && npm run e2e",
"coverage": "cross-env NODE_ENV=test nyc --reporter=html npm run unit",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"build": "rollup -c && ls -lh dist",
"version": "npm run build && git add -A dist",