Skip to content

Commit

Permalink
feat: Revert 1.11.0 (#62)
Browse files Browse the repository at this point in the history
* Revert "deps: upgrade istanbul to 1.1.0-alpha.1 (#43) (#51)"

This reverts commit 3608eef.

* Revert "Release 1.11.0"

This reverts commit 11bc901.
  • Loading branch information
popomore committed Jun 15, 2017
1 parent 11bc901 commit 37aa11b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@

1.11.0 / 2017-05-05
===================

* deps: upgrade istanbul to 1.1.0-alpha.1 (#43) (#51)

1.10.3 / 2017-01-25
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-bin",
"version": "1.11.0",
"version": "1.10.3",
"description": "egg developer tool",
"main": "index.js",
"bin": {
Expand All @@ -16,7 +16,7 @@
"egg-utils": "^1.0.0",
"glob": "^7.1.1",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^1.1.0-alpha.1",
"istanbul": "^0.4.5",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"power-assert": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion test/egg-cov.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('egg-bin cov', () => {
.expect('stdout', /✓ should success/)
.expect('stdout', /a\.test\.js/)
.expect('stdout', /b\/b\.test\.js/)
.expect('stdout', /Statements {3}: Unknown% \( 0\/0 \)/)
.expect('stdout', /Statements {3}: 100% \( 0\/0 \)/)
.expect('code', 0)
.end((err, res) => {
assert(!err);
Expand Down

0 comments on commit 37aa11b

Please sign in to comment.