Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Feb 24, 2018
1 parent 92b1489 commit 3bf9b72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

4.4.0 / 2018-02-24
==================

* feat: egg-bin check (#87)

4.3.7 / 2017-12-13
==================

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-bin",
"version": "4.3.7",
"version": "4.4.0",
"description": "egg developer tool",
"main": "index.js",
"bin": {
Expand All @@ -9,23 +9,23 @@
},
"dependencies": {
"autod": "^3.0.1",
"chalk": "^2.3.0",
"chalk": "^2.3.1",
"co-mocha": "^1.2.1",
"common-bin": "^2.7.1",
"debug": "^3.1.0",
"detect-port": "^1.2.2",
"egg-utils": "^2.3.0",
"eslint": "^4.17.0",
"eslint": "^4.18.1",
"eslint-plugin-eggache": "^1.0.0",
"globby": "^7.1.1",
"inspector-proxy": "^1.1.0",
"globby": "^8.0.1",
"inspector-proxy": "^1.2.1",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.0.0",
"mz-modules": "^2.0.0",
"mocha": "^5.0.1",
"mz-modules": "^2.1.0",
"nyc": "^11.4.1",
"power-assert": "^1.4.4",
"semver": "^5.5.0",
"test-exclude": "^4.1.1",
"test-exclude": "^4.2.0",
"ypkgfiles": "^1.5.0"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"egg-mock": "^3.14.0",
"enzyme": "^2.0.0",
"eslint": "^4.12.1",
"eslint-config-egg": "^6.0.0",
"eslint-config-egg": "^7.0.0",
"jsdom": "^8.0.1",
"mm": "^2.2.0",
"mz": "^2.7.0",
Expand Down

0 comments on commit 3bf9b72

Please sign in to comment.