egg-boilerplate-empty
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -8,11 +8,11 @@ { | ||
"devDependencies": { | ||
"autod": "^2.7.1", | ||
"egg-bin": "^3.1.0", | ||
"egg-ci": "^1.5.0", | ||
"eslint": "^3.18.0", | ||
"eslint-config-egg": "^3.2.0", | ||
"webstorm-disable-index": "^1.1.2" | ||
"autod": "^2.8/0", | ||
"egg-bin": "^3.4.0", | ||
"egg-ci": "^1.6.0", | ||
"eslint": "^3.19.0", | ||
"eslint-config-egg": "^4.2.0", | ||
"webstorm-disable-index": "^1.2.0" | ||
}, | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=6.0.0" | ||
}, | ||
@@ -22,10 +22,10 @@ "scripts": { | ||
"lint": "eslint .", | ||
"test": "npm run lint -- --fix && npm run test-local", | ||
"test": "npm run lint -- --fix && npm run pkgfiles && npm run test-local", | ||
"test-local": "egg-bin test", | ||
"cov": "egg-bin cov", | ||
"ci": "npm run lint && npm run cov", | ||
"ci": "npm run lint && npm run pkgfiles --check && npm run cov", | ||
"pkgfiles": "egg-bin pkgfiles" | ||
}, | ||
"ci": { | ||
"version": "4, 6, 7" | ||
"version": "6, 8" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": { |
2.3.0 / 2017-06-01 | ||
================== | ||
* feat: node 8 (#10) | ||
2.2.0 / 2017-03-25 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-empty", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "only init basic stuff, such as eslint / test / ci ... ", | ||
@@ -26,13 +26,13 @@ "scripts": { | ||
"devDependencies": { | ||
"autod": "^2.7.1", | ||
"egg-ci": "^1.5.0", | ||
"egg-init": "^1.8.1", | ||
"eslint": "^3.18.0", | ||
"eslint-config-egg": "^3.2.0", | ||
"npminstall": "^2.26.4", | ||
"webstorm-disable-index": "^1.1.2" | ||
"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", | ||
"webstorm-disable-index": "^1.2.0" | ||
}, | ||
"ci": { | ||
"version": "6, 7" | ||
"version": "6, 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
9122