egg-boilerplate-framework
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -6,11 +6,10 @@ { | ||
"dependencies": { | ||
"egg": "^1.0.0" | ||
"egg": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"autod": "^2.7.1", | ||
"cheerio": "^0.22.0", | ||
"egg-bin": "^3.1.0", | ||
"egg-ci": "^1.5.0", | ||
"egg-mock": "^3.2.0", | ||
"eslint": "^3.18.0", | ||
"egg-bin": "^3.3.0", | ||
"egg-ci": "^1.6.0", | ||
"egg-mock": "^3.4.0", | ||
"eslint": "^3.19.0", | ||
"eslint-config-egg": "^3.2.0", | ||
@@ -17,0 +16,0 @@ "supertest": "^3.0.0", |
'use strict'; | ||
// add you build-in plugin here, example: | ||
// exports.view = { | ||
// exports.nunjucks = { | ||
// enable: true, | ||
@@ -6,0 +6,0 @@ // package: 'egg-view-nunjucks', |
@@ -19,5 +19,5 @@ 'use strict'; | ||
module.exports = Object.assign({}, egg, { | ||
module.exports = Object.assign(egg, { | ||
Application, | ||
Agent, | ||
}); |
1.4.0 / 2017-04-18 | ||
================== | ||
* feat: export egg & update deps (#11) | ||
1.3.0 / 2017-03-21 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-framework", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "boilerplate for egg framework", | ||
@@ -26,6 +26,6 @@ "scripts": { | ||
"devDependencies": { | ||
"autod": "^2.7.1", | ||
"autod": "^2.8.0", | ||
"egg-ci": "^1.1.0", | ||
"egg-init": "^1.8.1", | ||
"eslint": "^3.18.0", | ||
"eslint": "^3.19.0", | ||
"eslint-config-egg": "^3.2.0", | ||
@@ -32,0 +32,0 @@ "npminstall": "^2.11.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11102