egg-boilerplate-simple
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -7,3 +7,3 @@ { | ||
"dependencies": { | ||
"egg": "^1.2.1" | ||
"egg": "^1.4.0" | ||
}, | ||
@@ -13,8 +13,8 @@ "devDependencies": { | ||
"autod-egg": "^1.0.0", | ||
"egg-bin": "^3.3.2", | ||
"egg-bin": "^3.4.0", | ||
"egg-ci": "^1.6.0", | ||
"egg-mock": "^3.5.0", | ||
"egg-mock": "^3.7.0", | ||
"eslint": "^3.19.0", | ||
"eslint-config-egg": "^4.1.0", | ||
"webstorm-disable-index": "^1.1.2" | ||
"eslint-config-egg": "^4.2.0", | ||
"webstorm-disable-index": "^1.2.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "engines": { | ||
"ci": { | ||
"version": "6" | ||
"version": "6, 8" | ||
}, | ||
@@ -38,0 +38,0 @@ "repository": { |
2.7.0 / 2017-06-02 | ||
================== | ||
* feat: node 8 (#31) | ||
2.6.0 / 2017-05-10 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-simple", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "boilerplate for egg quickstart", | ||
@@ -27,12 +27,14 @@ "scripts": { | ||
"egg-ci": "^1.6.0", | ||
"egg-init": "^1.8.1", | ||
"egg-init": "^1.9.2", | ||
"eslint": "^3.19.0", | ||
"eslint-config-egg": "^3.2.0", | ||
"npminstall": "^2.29.1", | ||
"webstorm-disable-index": "^1.1.2" | ||
"eslint-config-egg": "^4.2.0", | ||
"npminstall": "^2.30.1", | ||
"webstorm-disable-index": "^1.2.0" | ||
}, | ||
"ci": { | ||
"version": "6, 7" | ||
"version": "6, 8" | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12376