Comparing version 2.13.0-0 to 2.13.0-1
{ | ||
"name": "ralltiir", | ||
"version": "2.13.0-0", | ||
"version": "2.13.0-1", | ||
"discription": "前端极速浏览框架,目标是提升用户体验,提供沉浸式浏览方式。", | ||
@@ -13,4 +13,5 @@ "scripts": { | ||
"preversion": "npm run lint && npm test", | ||
"postversion": "git push --tags", | ||
"clean": "make clean", | ||
"lint": "fecs check src test" | ||
"lint": "eslint src test" | ||
}, | ||
@@ -39,3 +40,7 @@ "repository": { | ||
"chai-as-promised": "^5.3.0", | ||
"fecs": "^1.6.0", | ||
"eslint": "^5.3.0", | ||
"eslint-plugin-babel": "^5.1.0", | ||
"eslint-plugin-chai-friendly": "^0.4.1", | ||
"eslint-plugin-html": "^4.0.5", | ||
"eslint-plugin-mocha": "^5.1.0", | ||
"gitbook-cli": "^2.3.0", | ||
@@ -42,0 +47,0 @@ "jsdoc-to-markdown": "^3.0.4", |
166072
24