update
This commit is contained in:
parent
de3ada54d0
commit
809e6b9955
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,4 +6,3 @@ test/unit/coverage
|
|||||||
test/e2e/reports
|
test/e2e/reports
|
||||||
selenium-debug.log
|
selenium-debug.log
|
||||||
.idea/
|
.idea/
|
||||||
package-lock.json
|
|
||||||
|
@ -516,6 +516,10 @@ request.post('/api').form({key:'value'}), function(err,httpResponse,body){ /* ..
|
|||||||
更新说明
|
更新说明
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
*v0.2.4 2017年12月01日14:16:03*
|
||||||
|
|
||||||
|
1. 升级依赖项版本(node9.2.0)。
|
||||||
|
|
||||||
*v0.2.3 2017年10月23日23:26:56*
|
*v0.2.3 2017年10月23日23:26:56*
|
||||||
|
|
||||||
1. 升级依赖项版本(node8.7.0)。
|
1. 升级依赖项版本(node8.7.0)。
|
||||||
|
6531
package-lock.json
generated
Normal file
6531
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -31,7 +31,7 @@
|
|||||||
"eslint": "^4.9.0",
|
"eslint": "^4.9.0",
|
||||||
"eslint-config-standard": "^10.2.1",
|
"eslint-config-standard": "^10.2.1",
|
||||||
"eslint-friendly-formatter": "^3.0.0",
|
"eslint-friendly-formatter": "^3.0.0",
|
||||||
"eslint-plugin-html": "^3.2.2",
|
"eslint-plugin-html": "^4.0.1",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"eslint-plugin-node": "^5.2.1",
|
"eslint-plugin-node": "^5.2.1",
|
||||||
"eslint-plugin-promise": "^3.6.0",
|
"eslint-plugin-promise": "^3.6.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user