egg-boilerplate-simple
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -7,11 +7,12 @@ { | ||
"dependencies": { | ||
"egg": "^1.1.0" | ||
"egg": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"autod": "^2.8.0", | ||
"egg-bin": "^3.3.0", | ||
"autod-egg": "^1.0.0", | ||
"egg-bin": "^3.3.2", | ||
"egg-ci": "^1.6.0", | ||
"egg-mock": "^3.4.0", | ||
"egg-mock": "^3.5.0", | ||
"eslint": "^3.19.0", | ||
"eslint-config-egg": "^3.2.0", | ||
"eslint-config-egg": "^4.1.0", | ||
"webstorm-disable-index": "^1.1.2" | ||
@@ -18,0 +19,0 @@ }, |
@@ -6,2 +6,3 @@ 'use strict'; | ||
prefix: '^', | ||
plugin: 'autod-egg', | ||
test: [ | ||
@@ -17,2 +18,3 @@ 'test', | ||
'autod', | ||
'autod-egg', | ||
'eslint', | ||
@@ -19,0 +21,0 @@ 'eslint-config-egg', |
@@ -9,3 +9,5 @@ 'use strict'; | ||
// add your config here | ||
return config; | ||
}; |
2.6.0 / 2017-05-10 | ||
================== | ||
* feat: add autod-egg & update deps (#30) | ||
2.5.0 / 2017-04-19 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-simple", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "boilerplate for egg quickstart", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"build": "npm run clean && egg-init dist --force --silent --template=./", | ||
"install-deps": "cd dist && ../node_modules/.bin/autod && ../node_modules/.bin/npminstall" | ||
"install-deps": "cd dist && ../node_modules/.bin/npminstall autod-egg && ../node_modules/.bin/autod && ../node_modules/.bin/npminstall" | ||
}, | ||
@@ -26,2 +26,3 @@ "homepage": "https://github.com/eggjs/egg-boilerplate-simple", | ||
"autod": "^2.8.0", | ||
"autod-egg": "^1.0.0", | ||
"egg-ci": "^1.6.0", | ||
@@ -37,5 +38,3 @@ "egg-init": "^1.8.1", | ||
}, | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
12306
96
8