egg-boilerplate-simple
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -8,3 +8,3 @@ { | ||
"egg": "^1.7.0", | ||
"egg-scripts": "^1.0.0" | ||
"egg-scripts": "^1.1.1" | ||
}, | ||
@@ -14,7 +14,7 @@ "devDependencies": { | ||
"autod-egg": "^1.0.0", | ||
"egg-bin": "^4.1.0", | ||
"egg-bin": "^4.2.0", | ||
"egg-ci": "^1.8.0", | ||
"egg-mock": "^3.9.0", | ||
"eslint": "^4.3.0", | ||
"eslint-config-egg": "^5.0.0", | ||
"egg-mock": "^3.10.0", | ||
"eslint": "^4.5.0", | ||
"eslint-config-egg": "^5.1.0", | ||
"webstorm-disable-index": "^1.2.0" | ||
@@ -29,2 +29,3 @@ }, | ||
"dev": "egg-bin dev", | ||
"debug": "egg-bin debug", | ||
"test": "npm run lint -- --fix && npm run test-local", | ||
@@ -31,0 +32,0 @@ "test-local": "egg-bin test", |
2.8.1 / 2017-09-01 | ||
================== | ||
* chore: npm scripts - debug (#33) | ||
2.8.0 / 2017-08-03 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-simple", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "boilerplate for egg quickstart", | ||
@@ -5,0 +5,0 @@ "scripts": { |
12343