egg-boilerplate-framework
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -23,7 +23,7 @@ { | ||
"scripts": { | ||
"test": "npm run lint -- --fix && npm run pkgfiles && npm run test-local", | ||
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local", | ||
"test-local": "egg-bin test", | ||
"cov": "egg-bin cov", | ||
"lint": "eslint .", | ||
"ci": "npm run lint && npm run pkgfiles --check && npm run cov", | ||
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov", | ||
"autod": "autod", | ||
@@ -43,3 +43,9 @@ "pkgfiles": "egg-bin pkgfiles" | ||
"author": "{{author}}", | ||
"files": [ | ||
"app", | ||
"config", | ||
"lib", | ||
"index.js" | ||
], | ||
"license": "MIT" | ||
} |
1.5.2 / 2017-07-24 | ||
================== | ||
* fix: missing --check option (#14) | ||
1.5.1 / 2017-06-13 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-framework", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "boilerplate for egg framework", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
11601