egg-boilerplate-empty
Advanced tools
Comparing version 2.3.2 to 3.0.0
@@ -8,7 +8,7 @@ { | ||
"devDependencies": { | ||
"autod": "^2.8.0", | ||
"egg-bin": "^3.4.0", | ||
"egg-ci": "^1.7.0", | ||
"eslint": "^4.0.0", | ||
"eslint-config-egg": "^4.2.0", | ||
"autod": "^3.0.1", | ||
"egg-bin": "^4.3.7", | ||
"egg-ci": "^1.8.0", | ||
"eslint": "^4.18.1", | ||
"eslint-config-egg": "^7.0.0", | ||
"webstorm-disable-index": "^1.2.0" | ||
@@ -29,4 +29,5 @@ }, | ||
"ci": { | ||
"version": "6, 8" | ||
"version": "8" | ||
}, | ||
"eslintIgnore": [ "coverage", "dist" ], | ||
"repository": { | ||
@@ -37,2 +38,3 @@ "type": "git", | ||
"files": [ | ||
"lib", | ||
"index.js" | ||
@@ -39,0 +41,0 @@ ], |
3.0.0 / 2018-02-24 | ||
================== | ||
* feat: update deps && drop 6.x support (#13) | ||
2.3.2 / 2017-07-24 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-empty", | ||
"version": "2.3.2", | ||
"version": "3.0.0", | ||
"description": "only init basic stuff, such as eslint / test / ci ... ", | ||
@@ -26,13 +26,14 @@ "scripts": { | ||
"devDependencies": { | ||
"autod": "^2.8.0", | ||
"egg-ci": "^1.6.0", | ||
"egg-init": "^1.9.2", | ||
"eslint": "^3.19.0", | ||
"eslint-config-egg": "^4.2.0", | ||
"npminstall": "^2.30.1", | ||
"autod": "^3.0.1", | ||
"egg-ci": "^1.8.0", | ||
"egg-init": "^1.13.0", | ||
"eslint": "^4.18.1", | ||
"eslint-config-egg": "^7.0.0", | ||
"npminstall": "^3.3.0", | ||
"webstorm-disable-index": "^1.2.0" | ||
}, | ||
"eslintIgnore": [ "coverage", "dist" ], | ||
"ci": { | ||
"version": "6, 8" | ||
"version": "8" | ||
} | ||
} |
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
9376
17